summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-05-07 22:21:34 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-05-07 22:21:34 +0200
commit5cf845de674b29c836247fe2c0cb3465f5b2e58d (patch)
tree8cdf6452f4b576484b8dd289e29cbb6915110390 /mainwindow.h
parent52267a637bb1e2fed57607c85839933025f0ed39 (diff)
profiles groundwork
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 9d247311..1d11c692 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -88,6 +88,7 @@ private:
QString lastDecrypt;
bool wrapperRunning;
QStringList env;
+ QStringList profiles;
QQueue<execQueueItem> *execQueue;
void updateText();
void executePass(QString, QString = QString());