diff options
Diffstat (limited to 'fileencryptiondialog.h')
-rwxr-xr-x | fileencryptiondialog.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fileencryptiondialog.h b/fileencryptiondialog.h index 7888bc0..73e191b 100755 --- a/fileencryptiondialog.h +++ b/fileencryptiondialog.h @@ -24,6 +24,7 @@ #include "gpgcontext.h" #include "keylist.h" +#include "verifydetailsdialog.h" QT_BEGIN_NAMESPACE class QDialog; @@ -82,6 +83,12 @@ public slots: /** * @brief * + * @fn selectSignFile + */ + void selectSignFile(); + /** + * @brief + * * @fn executeAction */ void executeAction(); @@ -101,6 +108,7 @@ public slots: private: QLineEdit *outputFileEdit; /**< TODO */ QLineEdit *inputFileEdit; /**< TODO */ + QLineEdit *signFileEdit; /**< TODO */ DialogAction mAction; /**< TODO */ protected: GpgME::GpgContext *mCtx; /**< TODO */ |