diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-08-21 22:27:56 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-08-21 22:27:56 +0000 |
commit | 4fbaa10c0928d6215dd29fbad836b89f70d539a1 (patch) | |
tree | 9b88c512e119d1de1cecc7a14bd4f0adfb690bd6 /verifynotification.h | |
parent | changed verifylabellist back to one verifylabel and updated TODO (diff) | |
download | gpg4usb-4fbaa10c0928d6215dd29fbad836b89f70d539a1.tar.gz gpg4usb-4fbaa10c0928d6215dd29fbad836b89f70d539a1.zip |
added copy mailaddress to clipboard in keylist
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@517 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'verifynotification.h')
-rw-r--r-- | verifynotification.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/verifynotification.h b/verifynotification.h index 289ccbb..37adfcf 100644 --- a/verifynotification.h +++ b/verifynotification.h @@ -12,6 +12,12 @@ #include "context.h" #include <gpgme.h> +typedef enum +{ + VERIFY_ERROR_OK = 0, + VERIFY_ERROR_WARN = 1, + VERIFY_ERROR_CRITICAL = 2, +} verify_label_status; class VerifyNotification : public QWidget { @@ -26,7 +32,7 @@ public: * Return Values: none * Change on members: none */ - void setVerifyLabel(QString text, QString status); + void setVerifyLabel(QString text, verify_label_status verifyLabelStatus); /**************************************************************************************** * Name: showImportAction * Description: show the action in detailsmenu |