diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-24 23:13:38 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-24 23:13:38 +0000 |
commit | a968178f19399740be05ef220d0fad828ab0a87a (patch) | |
tree | cc424a7506bc3bb7d705bb947e823087b6058bd7 /verifydetailsdialog.cpp | |
parent | resized images for integrated help by 50% (diff) | |
download | gpg4usb-a968178f19399740be05ef220d0fad828ab0a87a.tar.gz gpg4usb-a968178f19399740be05ef220d0fad828ab0a87a.zip |
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
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 |