summaryrefslogtreecommitdiffstats
path: root/src/dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialog.h')
-rw-r--r--src/dialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dialog.h b/src/dialog.h
index f11b674..dee7304 100644
--- a/src/dialog.h
+++ b/src/dialog.h
@@ -35,7 +35,8 @@ class Dialog : public QDialog {
private:
Ui::Dialog *ui;
- SessionTreeModel *model_[3];
+ SessionTreeModel *model_[3]; // TODO: Constants/Enum for indices
+ QPushButton *tabs_[3];
QSettings *pvsSettings_;
QPoint oldCenter_;
QTimer *centerTimer_;