summaryrefslogtreecommitdiffstats
path: root/src/dialog.h
diff options
context:
space:
mode:
authorManuel Schneider2014-07-23 14:04:08 +0200
committerManuel Schneider2014-07-23 14:04:08 +0200
commit57530207207a6cf9b21433e9da19d8f23091344a (patch)
treea78f898a84b186bd6fbf593bf6939828af3dc57e /src/dialog.h
parentFix missing details on startup (diff)
downloadvmchooser2-57530207207a6cf9b21433e9da19d8f23091344a.tar.gz
vmchooser2-57530207207a6cf9b21433e9da19d8f23091344a.tar.xz
vmchooser2-57530207207a6cf9b21433e9da19d8f23091344a.zip
Only set the sessionID. Drop old pvs stuff.
Diffstat (limited to 'src/dialog.h')
-rw-r--r--src/dialog.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/dialog.h b/src/dialog.h
index 39f9bdb..46f2781 100644
--- a/src/dialog.h
+++ b/src/dialog.h
@@ -31,7 +31,6 @@ class Dialog : public QDialog {
void removeStatusString(const int status);
bool selectSession(const QString& name);
void selectPreviousSession();
- void showSettingsPVS();
void setTheme();
void startSession(const QString& name);
@@ -42,22 +41,17 @@ class Dialog : public QDialog {
Ui::Dialog *ui;
SessionTreeModel *model_[3]; // TODO: Constants/Enum for indices
QPushButton *tabs_[3];
- QSettings *pvsSettings_;
QPoint oldCenter_;
QTimer *centerTimer_;
QString autoStartEntry_;
int activeTab_;
int oldRow_;
QString strings_[STR__MAX];
- void readPVSSettings();
- void writePVSSettings();
void onTabButtonChanged(int tab);
void configClearButton();
void setListModel(QAbstractItemModel *model);
private slots:
- void on_comboBoxOthers_currentIndexChanged(int index);
- void on_comboBoxLecturer_currentIndexChanged(int index);
void on_pushButtonStart_clicked();
void on_pushButtonAbort_clicked();
void on_treeView_activated(QModelIndex index);