diff options
Diffstat (limited to 'fileencryptiondialog.h')
-rwxr-xr-x | fileencryptiondialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fileencryptiondialog.h b/fileencryptiondialog.h index 75af285..9150401 100755 --- a/fileencryptiondialog.h +++ b/fileencryptiondialog.h @@ -104,7 +104,7 @@ private: QLineEdit *inputFileEdit; /**< TODO */ QRadioButton *radioEnc; /**< TODO */ QRadioButton *radioDec; /**< TODO */ - + DialogAction mAction; /**< TODO */ protected: GpgME::GpgContext *mCtx; /**< TODO */ KeyList *mKeyList; /**< TODO */ |