From 201f03b88238e69c708e47fd7b7ab9a02cf76040 Mon Sep 17 00:00:00 2001 From: nils Date: Wed, 28 Sep 2011 17:15:11 +0000 Subject: minor beautyfiyng and repaired cimpile warnings git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@538 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- verifynotification.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'verifynotification.h') diff --git a/verifynotification.h b/verifynotification.h index 530fe58..178169d 100644 --- a/verifynotification.h +++ b/verifynotification.h @@ -74,15 +74,6 @@ public: QStringList *keysNotInList; /** List with keys, which are in signature but not in keylist */ - /** - * @details add text to the verifyDetailStringVector and associated status to the - * verifyDetailStatusVector - * @param text The text to be added - * @param status The status to be set - * @param prepend If prepend is true, prepend to the vectors, - * otherwise append to the vectors - */ - void addVerifyDetailLabel(QString text, verify_label_status status, bool prepend); public slots: /** @@ -106,7 +97,6 @@ private: KeyList *mKeyList; /** Table holding the keys */ gpgme_signature_t mSignature; /** List holding the signatures of text */ QHBoxLayout *notificationWidgetLayout; /** Layout for verify-notification */ - QVBoxLayout *verifyDetailListLayout; /** Layout for verify-detail-dialog */ QVector verifyDetailStringVector; /** Vector containing the text for labels in verifydetaildialog */ QVector verifyDetailStatusVector; /** Vector containing the status for labels in verifydetaildialog */ }; -- cgit v1.2.3