From a968178f19399740be05ef220d0fad828ab0a87a Mon Sep 17 00:00:00 2001 From: nils Date: Tue, 24 Jan 2012 23:13:38 +0000 Subject: moved layout definitions from header to sourcefile where possible git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@775 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- verifydetailsdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'verifydetailsdialog.cpp') 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 -- cgit v1.2.3