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 --- verifynotification.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'verifynotification.cpp') diff --git a/verifynotification.cpp b/verifynotification.cpp index 0319c31..284d511 100644 --- a/verifynotification.cpp +++ b/verifynotification.cpp @@ -46,7 +46,7 @@ VerifyNotification::VerifyNotification(QWidget *parent, GpgME::GpgContext *ctx, keysNotInList = new QStringList(); detailsButton = new QPushButton("Details",this); detailsButton->setMenu(detailMenu); - notificationWidgetLayout = new QHBoxLayout(this); + QHBoxLayout *notificationWidgetLayout = new QHBoxLayout(this); notificationWidgetLayout->setContentsMargins(10,0,0,0); notificationWidgetLayout->addWidget(verifyLabel,2); notificationWidgetLayout->addWidget(detailsButton); -- cgit v1.2.3