From 6ef2367c83d57c3f70091a29c112a2c62e3f541c Mon Sep 17 00:00:00 2001 From: nils Date: Thu, 3 Nov 2011 19:12:57 +0000 Subject: 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 --- main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'main.cpp') 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()); -- cgit v1.2.3