aboutsummaryrefslogtreecommitdiffstats
path: root/attachments.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'attachments.cpp')
-rw-r--r--attachments.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/attachments.cpp b/attachments.cpp
index 57ca8b9..09c76be 100644
--- a/attachments.cpp
+++ b/attachments.cpp
@@ -95,7 +95,7 @@ void Attachments::encryptFile()
foreach(QString inFilename, *(getSelected())) {
QByteArray *outBuffer = new QByteArray();
- QList<QString> *uidList = m_keyList->getChecked();
+ QStringList *uidList = m_keyList->getChecked();
QFile infile;
infile.setFileName(inFilename);