aboutsummaryrefslogtreecommitdiffstats
path: root/gpgcontext.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2014-01-03 18:41:12 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2014-01-03 18:41:12 +0000
commit28ee39f0b991d28d5357cf4a7949e8a42bbf3f08 (patch)
tree0bf1711f8db984d6f69e13142671fb0d0c3473bf /gpgcontext.h
parentupdated gpg linux binary to 1.4.16 (diff)
downloadgpg4usb-28ee39f0b991d28d5357cf4a7949e8a42bbf3f08.tar.gz
gpg4usb-28ee39f0b991d28d5357cf4a7949e8a42bbf3f08.zip
BUGFIX: export of private key in non-ascii path fixed
git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.3.2-1@1076 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpgcontext.h')
-rw-r--r--gpgcontext.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gpgcontext.h b/gpgcontext.h
index 4efc3fe..5d739a0 100644
--- a/gpgcontext.h
+++ b/gpgcontext.h
@@ -175,7 +175,8 @@ private:
void executeGpgCommand(QStringList arguments,
QByteArray *stdOut,
QByteArray *stdErr);
-
+ QString gpgBin;
+ QString gpgKeys;
};
} // namespace GpgME