diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-05-05 07:07:21 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-05-05 07:07:21 +0000 |
commit | c4ad3750fbe7035d3720d6d0fb38fc81dbc5d1e4 (patch) | |
tree | 42e39ac4deb4c96161de01591d1eee1c84797bbd /keymgmt.h | |
parent | updated brazilian translation (diff) | |
download | gpg4usb-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 'keymgmt.h')
-rwxr-xr-x | keymgmt.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ private: void createActions(); void createToolBars(); int checkPassWordStrength(); - void deleteKeysWithWarning(QList<QString> *uidList); + void deleteKeysWithWarning(QStringList *uidList); KeyList *mKeyList; QString mIconPath; |