aboutsummaryrefslogtreecommitdiffstats
path: root/fileencryptiondialog.h
diff options
context:
space:
mode:
authorNils Achtergarde <[email protected]>2017-12-30 22:37:03 +0000
committerNils Achtergarde <[email protected]>2017-12-30 22:37:03 +0000
commitad684b035257e175295e1e93f0fa4e8d3edf87b1 (patch)
treef3992d59f75a8fa4713b2593f5525ae3888c64a6 /fileencryptiondialog.h
parentrecommit of a3cba1ba9996400acc43d133f8941fef84dd323f (add gui elements for si... (diff)
downloadgpg4usb-ad684b035257e175295e1e93f0fa4e8d3edf87b1.tar.gz
gpg4usb-ad684b035257e175295e1e93f0fa4e8d3edf87b1.zip
recommit of a772d1426463d5f4913b5252530b81d1d2cca7dd (remove obsolete EncryptAndDecrypt logic from filemenu)
Diffstat (limited to 'fileencryptiondialog.h')
-rwxr-xr-xfileencryptiondialog.h6
1 files changed, 1 insertions, 5 deletions
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 */