aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-11-03 19:12:57 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-11-03 19:12:57 +0000
commit6ef2367c83d57c3f70091a29c112a2c62e3f541c (patch)
treee21715749f7ccbdceaba1e941fc7ca30cf662f35 /main.cpp
parentupdated and released translation files (diff)
downloadgpg4usb-6ef2367c83d57c3f70091a29c112a2c62e3f541c.tar.gz
gpg4usb-6ef2367c83d57c3f70091a29c112a2c62e3f541c.zip
added wizardpage for importing keyrings from gnupg homedir. But getting gnupg-homedir in windows is missing
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@596 34ebc366-c3a9-4b3c-9f84-69acf7962910
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());