aboutsummaryrefslogtreecommitdiffstats
path: root/verifynotification.h
diff options
context:
space:
mode:
Diffstat (limited to 'verifynotification.h')
-rw-r--r--verifynotification.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/verifynotification.h b/verifynotification.h
index d1c5bf9..54e0e22 100644
--- a/verifynotification.h
+++ b/verifynotification.h
@@ -22,6 +22,7 @@ public:
void addImportAction();
void removeImportAction();
QStringList *keysNotInList;
+ void setVerifyDetailText(QString text);
signals:
@@ -36,6 +37,6 @@ private:
QHBoxLayout *notificationWidgetLayout;
QAction *importFromKeyserverAct;
QAction *showVerifyDetailsAct;
+ QString *verifyDetailText;
};
-
#endif // VERIFYNOTIFICATION_H