diff options
Diffstat (limited to 'verifynotification.h')
-rw-r--r-- | verifynotification.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/verifynotification.h b/verifynotification.h index 178169d..495593b 100644 --- a/verifynotification.h +++ b/verifynotification.h @@ -99,5 +99,8 @@ private: QHBoxLayout *notificationWidgetLayout; /** Layout for verify-notification */ QVector<QString> verifyDetailStringVector; /** Vector containing the text for labels in verifydetaildialog */ QVector<verify_label_status> verifyDetailStatusVector; /** Vector containing the status for labels in verifydetaildialog */ + +private slots: + void refresh(); }; #endif // __VERIFYNOTIFICATION_H__ |