From 2f02c2f932cf9f30ca0e3ddcd5bf28bc0bb4bf36 Mon Sep 17 00:00:00 2001 From: nils Date: Mon, 8 Aug 2011 22:53:21 +0000 Subject: added detail dialog to verificationwidget git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@511 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- verifynotification.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'verifynotification.h') 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 -- cgit v1.2.3