From 9bcd46bc010b64f2bff14463db3c4c0e82ff693b Mon Sep 17 00:00:00 2001 From: nils Date: Tue, 26 Jul 2011 01:41:06 +0000 Subject: 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 --- verifynotification.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'verifynotification.h') 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 -- cgit v1.2.3