summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r--qt-ui/mainwindow.h8
1 files changed, 8 insertions, 0 deletions
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<QAction *> profileToolbarActions;
+
+ struct WidgetForBorder {
+ QWidget *topLeft;
+ QWidget *bottomLeft;
+ QWidget *topRight;
+ QWidget *bottomRight;
+ };
+ QHash<QByteArray, WidgetForBorder> applicationState;
};
#endif // MAINWINDOW_H