diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-01-31 15:09:12 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-01-31 15:09:12 +0000 |
commit | 5b9f79bedfbea9965ff190c8c935368958d2f23e (patch) | |
tree | 0bdc99d03b218f767e30d1d73b117119ad58f41b /keymgmt.h | |
parent | key properties beautified (diff) | |
download | gpg4usb-5b9f79bedfbea9965ff190c8c935368958d2f23e.tar.gz gpg4usb-5b9f79bedfbea9965ff190c8c935368958d2f23e.zip |
warning-dialog for deleting keys
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@255 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'keymgmt.h')
-rwxr-xr-x | keymgmt.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -69,6 +69,7 @@ private: void createActions(); void createToolBars(); int checkPassWordStrength(); + void deleteKeysWithWarning(QList<QString> *uidList); KeyList *mKeyList; QString mIconPath; |