diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-07-26 01:41:06 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-07-26 01:41:06 +0000 |
commit | 9bcd46bc010b64f2bff14463db3c4c0e82ff693b (patch) | |
tree | 358bde0b5402723d16cdc43d162bef462ce1586e /verifynotification.h | |
parent | added isCompletelySigned function (diff) | |
download | gpg4usb-9bcd46bc010b64f2bff14463db3c4c0e82ff693b.tar.gz gpg4usb-9bcd46bc010b64f2bff14463db3c4c0e82ff693b.zip |
changed bool iscompletlysigned to int issigned and added setverifylabel to verifynotification-class
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@505 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'verifynotification.h')
-rw-r--r-- | verifynotification.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/verifynotification.h b/verifynotification.h index 13c5fd0..539504f 100644 --- a/verifynotification.h +++ b/verifynotification.h @@ -13,11 +13,13 @@ class VerifyNotification : public QWidget Q_OBJECT public: explicit VerifyNotification(QWidget *parent = 0); - + void setVerifyLabel(QString text); signals: public slots: +private: + QLabel *verifyLabel; }; #endif // VERIFYNOTIFICATION_H |