diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h index 641c9ec9b..90e819707 100644 --- a/qt-ui/mainwindow.h +++ b/qt-ui/mainwindow.h @@ -199,6 +199,14 @@ private: struct dive copyPasteDive; struct dive_components what; QList profileToolbarActions; + + struct WidgetForBorder { + QWidget *topLeft; + QWidget *bottomLeft; + QWidget *topRight; + QWidget *bottomRight; + }; + QHash applicationState; }; #endif // MAINWINDOW_H