From 5103900bfeb0feced5b58d68924479bfc73d8ec5 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Sun, 4 May 2014 12:56:35 +0200 Subject: Lots of fixes, cleanup, refactoring * Added command line option to set the base path where images can be accessed locally, in case NFS/CIFS is used. * Sorted command line options in source file to make it easier to add new options (prevent accidental shortopt collisions). * Disable "My Courses" button if the list is empty. * Added some TODO notes :> --- src/dialog.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/dialog.h') 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_; -- cgit v1.2.3-55-g7522