aboutsummaryrefslogtreecommitdiffstats
path: root/verifydetailsdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'verifydetailsdialog.h')
-rw-r--r--verifydetailsdialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/verifydetailsdialog.h b/verifydetailsdialog.h
index 814def2..bd4379b 100644
--- a/verifydetailsdialog.h
+++ b/verifydetailsdialog.h
@@ -44,6 +44,7 @@ private:
QString mInputData; /** Data to be verified */
QByteArray* mInputSignature; /** Data to be verified */
QDialogButtonBox* buttonBox;
+ QVBoxLayout *mVboxLayout;
};
#endif // __VERIFYDETAILSDIALOG_H__