diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-24 23:13:38 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-24 23:13:38 +0000 |
commit | a968178f19399740be05ef220d0fad828ab0a87a (patch) | |
tree | cc424a7506bc3bb7d705bb947e823087b6058bd7 /verifynotification.h | |
parent | resized images for integrated help by 50% (diff) | |
download | gpg4usb-a968178f19399740be05ef220d0fad828ab0a87a.tar.gz gpg4usb-a968178f19399740be05ef220d0fad828ab0a87a.zip |
moved layout definitions from header to sourcefile where possible
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@775 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'verifynotification.h')
-rw-r--r-- | verifynotification.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/verifynotification.h b/verifynotification.h index 29da1c6..e1b4f1b 100644 --- a/verifynotification.h +++ b/verifynotification.h @@ -102,7 +102,6 @@ private: GpgME::GpgContext *mCtx; /** GpgME Context */ KeyList *mKeyList; /** Table holding the keys */ QTextEdit *mTextpage; /** Textedit associated to the notification */ - 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 */ |