# HG changeset patch # User unc0rr # Date 1315155786 -14400 # Node ID 09aca6e1317ab00b090793ad41e49bfb4fff9a4a # Parent 852ba8f5685cc41dd8403ef6360a29ca78fffd46 Prevent runtime warning diff -r 852ba8f5685c -r 09aca6e1317a QTfrontend/pagedata.cpp --- a/QTfrontend/pagedata.cpp Sun Sep 04 20:51:54 2011 +0400 +++ b/QTfrontend/pagedata.cpp Sun Sep 04 21:03:06 2011 +0400 @@ -48,7 +48,7 @@ web->setOpenLinks(false); pageLayout->addWidget(web, 0, 0, 1, 3); - progressBarsLayout = new QVBoxLayout(this); + progressBarsLayout = new QVBoxLayout(); pageLayout->addLayout(progressBarsLayout, 1, 0, 1, 3); fetchList();