diff options
Diffstat (limited to 'verifydetailsdialog.cpp')
-rw-r--r-- | verifydetailsdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/verifydetailsdialog.cpp b/verifydetailsdialog.cpp index 58eefcd..98746f1 100644 --- a/verifydetailsdialog.cpp +++ b/verifydetailsdialog.cpp @@ -44,7 +44,7 @@ void VerifyDetailsDialog::refresh() mVbox->close(); mVbox = new QWidget(); - mVboxLayout = new QVBoxLayout(mVbox); + QVBoxLayout *mVboxLayout = new QVBoxLayout(mVbox); mainLayout->addWidget(mVbox); // Get signature information of current text |