From 28ee39f0b991d28d5357cf4a7949e8a42bbf3f08 Mon Sep 17 00:00:00 2001 From: nils Date: Fri, 3 Jan 2014 18:41:12 +0000 Subject: 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 --- gpgcontext.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gpgcontext.h') 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 -- cgit v1.2.3