aboutsummaryrefslogtreecommitdiffstats
path: root/fileencryptiondialog.h
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-05-01 11:27:01 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-05-01 11:27:01 +0000
commita772d1426463d5f4913b5252530b81d1d2cca7dd (patch)
tree922b3f438ca9e25c1831731a598671f221bf1785 /fileencryptiondialog.h
parentadd gui elements for sign&verify of files, remove not used fileEncryptAndDecr... (diff)
downloadgpg4usb-a772d1426463d5f4913b5252530b81d1d2cca7dd.tar.gz
gpg4usb-a772d1426463d5f4913b5252530b81d1d2cca7dd.zip
remove obsolete EncryptAndDecrypt logic from filemenu
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@906 34ebc366-c3a9-4b3c-9f84-69acf7962910
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 f5949e3..7888bc0 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:
/**
@@ -103,8 +101,6 @@ public slots:
private:
QLineEdit *outputFileEdit; /**< TODO */
QLineEdit *inputFileEdit; /**< TODO */
- QRadioButton *radioEnc; /**< TODO */
- QRadioButton *radioDec; /**< TODO */
DialogAction mAction; /**< TODO */
protected:
GpgME::GpgContext *mCtx; /**< TODO */