diff options
| author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-11-03 20:12:57 +0100 |
|---|---|---|
| committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-11-03 20:12:57 +0100 |
| commit | 6ef2367c83d57c3f70091a29c112a2c62e3f541c (patch) | |
| tree | e21715749f7ccbdceaba1e941fc7ca30cf662f35 /main.cpp | |
| parent | updated and released translation files (diff) | |
| download | gpg4usb-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.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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()); |
