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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h
index 3d5b9ab4a..7fc03b614 100644
--- a/qt-ui/mainwindow.h
+++ b/qt-ui/mainwindow.h
@@ -37,6 +37,8 @@ class MainWindow : public QMainWindow
Q_OBJECT
public:
enum {COLLAPSED, EXPANDED};
+ enum StackWidgetIndexes{ PROFILE, PLANNERPROFILE};
+ enum InfoWidgetIndexes{ MAINTAB, PLANNERWIDGET};
MainWindow();
ProfileGraphicsView *graphics();