aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index cfe7ae2..57ae4b8 100644
--- a/main.cpp
+++ b/main.cpp
@@ -46,6 +46,7 @@ int main(int argc, char *argv[])
unsetenv("GPG_AGENT_INFO");
#endif
+ qDebug() << getenv("GNUPGHOME");
// take care of gpg not creating directorys on harddisk
putenv(QString("GNUPGHOME=" + appPath + "/keydb").toAscii().data());