diff options
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; |