diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-09-28 17:15:11 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-09-28 17:15:11 +0000 |
commit | 201f03b88238e69c708e47fd7b7ab9a02cf76040 (patch) | |
tree | ee0dfdf4635a7d5169aa306c8d86d34b4f97ac56 /verifynotification.h | |
parent | cleaned up class dependencies (diff) | |
download | gpg4usb-201f03b88238e69c708e47fd7b7ab9a02cf76040.tar.gz gpg4usb-201f03b88238e69c708e47fd7b7ab9a02cf76040.zip |
minor beautyfiyng and repaired cimpile warnings
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@538 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'verifynotification.h')
-rw-r--r-- | verifynotification.h | 10 |
1 files changed, 0 insertions, 10 deletions
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<QString> verifyDetailStringVector; /** Vector containing the text for labels in verifydetaildialog */ QVector<verify_label_status> verifyDetailStatusVector; /** Vector containing the status for labels in verifydetaildialog */ }; |