diff options
Diffstat (limited to 'gpgcontext.h')
-rw-r--r-- | gpgcontext.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gpgcontext.h b/gpgcontext.h index 4efc3fe..f9caf61 100644 --- a/gpgcontext.h +++ b/gpgcontext.h @@ -176,6 +176,9 @@ private: QByteArray *stdOut, QByteArray *stdErr); + QString gpgBin; + QString gpgKeys; + }; } // namespace GpgME |