summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorReimar Döffinger <brouwer@annejan.com>2015-03-29 20:40:50 +0200
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2015-03-29 20:40:50 +0200
commit08cb984d52207d8c2afa889d3227628578ef9207 (patch)
tree17b2070b16c9276a7052a0e78688a7b155226a07 /mainwindow.h
parent5080e8c7315d1a0d15b82566dd193ace11f1e0c7 (diff)
Add support for gpgHome setting.
It is used to set the GNUPGHOME environment variable. This allows to specify the GnuPG configuration and keyring location, especially for use on USB stick. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
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 59895997..55f320a8 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -64,6 +64,7 @@ private:
QString passExecutable;
QString gitExecutable;
QString gpgExecutable;
+ QString gpgHome;
QString clippedPass;
actionType currentAction;
QString lastDecrypt;