diff options
Diffstat (limited to 'fileencryptiondialog.h')
-rwxr-xr-x | fileencryptiondialog.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fileencryptiondialog.h b/fileencryptiondialog.h index f634743..af6edff 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; @@ -81,6 +82,12 @@ public slots: /** * @brief * + * @fn selectSignFile + */ + void slotSelectSignFile(); + /** + * @brief + * * @fn executeAction */ void slotExecuteAction(); @@ -100,7 +107,9 @@ public slots: private: QLineEdit *outputFileEdit; /**< TODO */ QLineEdit *inputFileEdit; /**< TODO */ + QLineEdit *signFileEdit; /**< TODO */ DialogAction mAction; /**< TODO */ + QLabel *statusLabel; /**< TODO */ protected: GpgME::GpgContext *mCtx; /**< TODO */ KeyList *mKeyList; /**< TODO */ |