aboutsummaryrefslogtreecommitdiffstats
path: root/fileencryptiondialog.h
diff options
context:
space:
mode:
authorNils Achtergarde <[email protected]>2017-12-30 22:17:00 +0000
committerNils Achtergarde <[email protected]>2017-12-30 22:17:00 +0000
commit22c13169289a706e6a5d62347e428fc07a383337 (patch)
tree00fd408c46dbd58c294841daa0de4b08241bd918 /fileencryptiondialog.h
parentrecommit of 23dcd54509a0c692ec791f4b72cb285b9de0fd09 (set iconsize for import... (diff)
downloadgpg4usb-22c13169289a706e6a5d62347e428fc07a383337.tar.gz
gpg4usb-22c13169289a706e6a5d62347e428fc07a383337.zip
recommit of a3cba1ba9996400acc43d133f8941fef84dd323f (add gui elements for sign&verify of files, remove not used fileEncryptAndDecrypt actions from mainwindow)
Diffstat (limited to 'fileencryptiondialog.h')
-rwxr-xr-xfileencryptiondialog.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/fileencryptiondialog.h b/fileencryptiondialog.h
index dfe97ee..a7f9ed0 100755
--- a/fileencryptiondialog.h
+++ b/fileencryptiondialog.h
@@ -53,7 +53,9 @@ public:
enum DialogAction {
Encrypt,
Decrypt,
- Both
+ EncryptAndDecrypt,
+ Sign,
+ Verify
};
/**
@@ -64,8 +66,7 @@ public:
* @param keyList
* @param parent
*/
- FileEncryptionDialog(GpgME::GpgContext *ctx, QStringList keyList, QWidget *parent = 0, DialogAction action = Both);
-
+ FileEncryptionDialog(GpgME::GpgContext *ctx, QStringList keyList, QWidget *parent = 0, DialogAction action = EncryptAndDecrypt);
public slots:
/**
* @details