diff options
Diffstat (limited to 'gpgcontext.h')
-rw-r--r-- | gpgcontext.h | 3 |
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 |