From 22c13169289a706e6a5d62347e428fc07a383337 Mon Sep 17 00:00:00 2001 From: Nils Achtergarde Date: Sat, 30 Dec 2017 23:17:00 +0100 Subject: recommit of a3cba1ba9996400acc43d133f8941fef84dd323f (add gui elements for sign&verify of files, remove not used fileEncryptAndDecrypt actions from mainwindow) --- fileencryptiondialog.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'fileencryptiondialog.h') 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 -- cgit v1.2.3