From ad684b035257e175295e1e93f0fa4e8d3edf87b1 Mon Sep 17 00:00:00 2001 From: Nils Achtergarde Date: Sat, 30 Dec 2017 23:37:03 +0100 Subject: recommit of a772d1426463d5f4913b5252530b81d1d2cca7dd (remove obsolete EncryptAndDecrypt logic from filemenu) --- fileencryptiondialog.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'fileencryptiondialog.h') diff --git a/fileencryptiondialog.h b/fileencryptiondialog.h index a7f9ed0..f634743 100755 --- a/fileencryptiondialog.h +++ b/fileencryptiondialog.h @@ -36,7 +36,6 @@ class QHBoxLayout; class QVBoxLayout; class QDebug; class QFileDialog; -class QRadioButton; QT_END_NAMESPACE /** @@ -53,7 +52,6 @@ public: enum DialogAction { Encrypt, Decrypt, - EncryptAndDecrypt, Sign, Verify }; @@ -66,7 +64,7 @@ public: * @param keyList * @param parent */ - FileEncryptionDialog(GpgME::GpgContext *ctx, QStringList keyList, QWidget *parent = 0, DialogAction action = EncryptAndDecrypt); + FileEncryptionDialog(GpgME::GpgContext *ctx, QStringList keyList, DialogAction action, QWidget *parent = 0); public slots: /** * @details @@ -102,8 +100,6 @@ public slots: private: QLineEdit *outputFileEdit; /**< TODO */ QLineEdit *inputFileEdit; /**< TODO */ - QRadioButton *radioEnc; /**< TODO */ - QRadioButton *radioDec; /**< TODO */ DialogAction mAction; /**< TODO */ protected: GpgME::GpgContext *mCtx; /**< TODO */ -- cgit v1.2.3