summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-05-19 00:09:24 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-05-19 00:09:24 +0200
commit8251873693a0bb7b38374990c6766c152f0626d1 (patch)
treee93ac9c3cda60f08b45068b46e3b0e3a74e08c17 /mainwindow.h
parentad44f5a9e8021e2688c074ea43f123d41e229def (diff)
start of streamlined wizard
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h
index a44e2e99..6fecaa7d 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -90,6 +90,7 @@ private:
bool wrapperRunning;
QStringList env;
QQueue<execQueueItem> *execQueue;
+ bool firstRun;
void updateText();
void executePass(QString, QString = QString());
void executeWrapper(QString, QString, QString = QString());