Prevent runtime warning
authorunc0rr
Sun, 04 Sep 2011 21:03:06 +0400
changeset 5769 09aca6e1317a
parent 5768 852ba8f5685c
child 5770 022a18320f01
Prevent runtime warning
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();