From c4ad3750fbe7035d3720d6d0fb38fc81dbc5d1e4 Mon Sep 17 00:00:00 2001 From: nils Date: Wed, 5 May 2010 07:07:21 +0000 Subject: changed QList to QStringList and reverted gpg4usb.pro (no static building) and added spanish translation files git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@312 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- gpgwin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpgwin.cpp') diff --git a/gpgwin.cpp b/gpgwin.cpp index 8210f28..ddb2f44 100644 --- a/gpgwin.cpp +++ b/gpgwin.cpp @@ -444,7 +444,7 @@ void GpgWin::about() void GpgWin::encrypt() { - QList *uidList = mKeyList->getChecked(); + QStringList *uidList = mKeyList->getChecked(); QByteArray *tmp = new QByteArray(); if (mCtx->encrypt(uidList, edit->toPlainText().toUtf8(), tmp)) { -- cgit v1.2.3