From 814e9c33ecdc558af6fb9b7ff6e37d38772a5b10 Mon Sep 17 00:00:00 2001 From: nils Date: Sat, 15 Oct 2011 20:24:52 +0000 Subject: verifydetaildialog and verifynotification are refreshed, when keydb changed git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@551 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- verifydetailsdialog.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'verifydetailsdialog.h') 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; }; -- cgit v1.2.3