aboutsummaryrefslogtreecommitdiffstats
path: root/verifydetailsdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'verifydetailsdialog.h')
-rw-r--r--verifydetailsdialog.h8
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;
};