aboutsummaryrefslogtreecommitdiffstats
path: root/fileencryptiondialog.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-09-30 23:20:05 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-09-30 23:20:05 +0000
commit53a7973f51b7e6976c4719074e122bc909267377 (patch)
tree1bd02032a0a6853cac17eb5ad2eb550f531816a4 /fileencryptiondialog.h
parentnearly added icon for attachments in statusbar (diff)
downloadgpg4usb-53a7973f51b7e6976c4719074e122bc909267377.tar.gz
gpg4usb-53a7973f51b7e6976c4719074e122bc909267377.zip
now checked keys in the mainwindow's keylist are also checked in the fileencryption dialog's keylist
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@380 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'fileencryptiondialog.h')
-rwxr-xr-xfileencryptiondialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fileencryptiondialog.h b/fileencryptiondialog.h
index 44ad9de..bba1280 100755
--- a/fileencryptiondialog.h
+++ b/fileencryptiondialog.h
@@ -34,7 +34,7 @@ class FileEncryptionDialog : public QDialog
Q_OBJECT
public:
- FileEncryptionDialog(GpgME::Context *ctx, QString iconPath, QWidget *parent = 0);
+ FileEncryptionDialog(GpgME::Context *ctx, QString iconPath, QStringList keyList , QWidget *parent = 0);
public slots:
void selectInputFile();