diff options
Diffstat (limited to 'fileencryptiondialog.h')
-rwxr-xr-x | fileencryptiondialog.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/fileencryptiondialog.h b/fileencryptiondialog.h index 97854e8..5b88087 100755 --- a/fileencryptiondialog.h +++ b/fileencryptiondialog.h @@ -12,21 +12,21 @@ class FileEncryptionDialog : public QDialog public: FileEncryptionDialog(GpgME::Context *ctx, QString iconPath); -public slots: - void selectInputFile(); - void selectOutputFile(); - void executeAction(); - void hideKeyList(); - void showKeyList(); +public slots: + void selectInputFile(); + void selectOutputFile(); + void executeAction(); + void hideKeyList(); + void showKeyList(); private: QLineEdit *outputFileEdit; QLineEdit *inputFileEdit; QRadioButton *radioEnc; QRadioButton *radioDec; - + protected: - GpgME::Context *mCtx; - KeyList *mKeyList; + GpgME::Context *mCtx; + KeyList *mKeyList; }; |