aboutsummaryrefslogtreecommitdiffstats
path: root/context.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-05-05 07:07:21 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-05-05 07:07:21 +0000
commitc4ad3750fbe7035d3720d6d0fb38fc81dbc5d1e4 (patch)
tree42e39ac4deb4c96161de01591d1eee1c84797bbd /context.h
parentupdated brazilian translation (diff)
downloadgpg4usb-c4ad3750fbe7035d3720d6d0fb38fc81dbc5d1e4.tar.gz
gpg4usb-c4ad3750fbe7035d3720d6d0fb38fc81dbc5d1e4.zip
changed QList<QString> 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
Diffstat (limited to 'context.h')
-rw-r--r--context.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/context.h b/context.h
index 7cc4439..35f3aad 100644
--- a/context.h
+++ b/context.h
@@ -60,11 +60,11 @@ public:
~Context(); // Destructor
void importKey(QByteArray inBuffer);
- bool exportKeys(QList<QString> *uidList, QByteArray *outBuffer);
+ bool exportKeys(QStringList *uidList, QByteArray *outBuffer);
void generateKey(QString *params);
GpgKeyList listKeys();
- void deleteKeys(QList<QString> *uidList);
- bool encrypt(QList<QString> *uidList, const QByteArray &inBuffer,
+ void deleteKeys(QStringList *uidList);
+ bool encrypt(QStringList *uidList, const QByteArray &inBuffer,
QByteArray *outBuffer);
bool decrypt(const QByteArray &inBuffer, QByteArray *outBuffer);
void clearCache();