aboutsummaryrefslogtreecommitdiffstats
path: root/verifynotification.h
diff options
context:
space:
mode:
Diffstat (limited to 'verifynotification.h')
-rw-r--r--verifynotification.h4
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