summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-05-08 08:02:52 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-05-08 08:02:52 +0200
commit9c922fc1c1424f37dc8ecd3fcd99ceb68fd42f65 (patch)
tree412979769770f4757bc04623219e33a6054edc4b /mainwindow.h
parentfc0cbdf53b63ab7769da5bc4006ab6ef4ffe5d97 (diff)
Profile UI mostly done
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h
index dbea7dfd..90c0b145 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -58,6 +58,7 @@ private slots:
void on_editButton_clicked();
void on_usersButton_clicked();
void messageAvailable(QString message);
+ void on_profileBox_currentIndexChanged(QString);
private:
QScopedPointer<QSettings> settings;
@@ -91,6 +92,7 @@ private:
QHash<QString, QString> profiles;
QQueue<execQueueItem> *execQueue;
QString profile;
+ bool startupPhase;
void updateText();
void executePass(QString, QString = QString());
void executeWrapper(QString, QString, QString = QString());