diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-10-15 20:24:52 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-10-15 20:24:52 +0000 |
commit | 814e9c33ecdc558af6fb9b7ff6e37d38772a5b10 (patch) | |
tree | 83da0d93e437eab70c421158afbb58a0a63e08d4 /verifydetailsdialog.h | |
parent | fix 'objectname not set' warning (diff) | |
download | gpg4usb-814e9c33ecdc558af6fb9b7ff6e37d38772a5b10.tar.gz gpg4usb-814e9c33ecdc558af6fb9b7ff6e37d38772a5b10.zip |
verifydetaildialog and verifynotification are refreshed, when keydb changed
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@551 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'verifydetailsdialog.h')
-rw-r--r-- | verifydetailsdialog.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/verifydetailsdialog.h b/verifydetailsdialog.h index afcdfe0..317735b 100644 --- a/verifydetailsdialog.h +++ b/verifydetailsdialog.h @@ -36,9 +36,11 @@ private slots: void refresh(); private: - GpgME::Context* mCtx; - KeyList* mKeyList; - QVBoxLayout* mVbox; + GpgME::Context *mCtx; + KeyList *mKeyList; + QHBoxLayout *mainLayout; + QVBoxLayout *mVboxLayout; + QWidget *mVbox; QPlainTextEdit *mTextpage; /** Textedit associated to the notification */ QDialogButtonBox* buttonBox; }; |