From 7206143f863fa03a578efe7ecb95d1cfa4752824 Mon Sep 17 00:00:00 2001 From: nils Date: Mon, 17 Jan 2011 21:39:54 +0000 Subject: added quitdialog with checklist for documents to save, but there has to be some handling for the saving git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@439 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- fileencryptiondialog.cpp | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'fileencryptiondialog.cpp') diff --git a/fileencryptiondialog.cpp b/fileencryptiondialog.cpp index 931aaa3..41c2639 100755 --- a/fileencryptiondialog.cpp +++ b/fileencryptiondialog.cpp @@ -21,16 +21,13 @@ #include #include -#include -#include #include #include -#include -#include #include #include -#include #include +#include +#include #include "fileencryptiondialog.h" @@ -76,7 +73,8 @@ FileEncryptionDialog::FileEncryptionDialog(GpgME::Context *ctx, QString iconPath mKeyList->hide(); mKeyList->setColumnWidth(2, 150); mKeyList->setColumnWidth(3, 150); - mKeyList->setChecked(&keyList); + mKeyList->setChecked(&keyList); + /* Setup Action */ radioEnc = new QRadioButton(tr("&Encrypt")); connect(radioEnc, SIGNAL(clicked()), this, SLOT(showKeyList())); -- cgit v1.2.3