From 4fbaa10c0928d6215dd29fbad836b89f70d539a1 Mon Sep 17 00:00:00 2001 From: nils Date: Sun, 21 Aug 2011 22:27:56 +0000 Subject: added copy mailaddress to clipboard in keylist git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@517 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- verifynotification.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'verifynotification.h') 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 +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 -- cgit v1.2.3