aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gpgwin.cpp')
-rw-r--r--gpgwin.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/gpgwin.cpp b/gpgwin.cpp
index 3619a37..1ab2c11 100644
--- a/gpgwin.cpp
+++ b/gpgwin.cpp
@@ -718,9 +718,11 @@ void GpgWin::appendSelectedKeys()
void GpgWin::fileEncryption()
{
- new FileEncryptionDialog(mCtx, iconPath, this);
-
+ QStringList *keyList;
+ keyList = mKeyList->getChecked();
+ new FileEncryptionDialog(mCtx, iconPath, *keyList, this);
}
+
void GpgWin::openSettingsDialog()
{
new SettingsDialog(this);