ui/qt/window.cpp

changeset 67
f72c4f01bf4a
parent 66
8d490d97aab8
child 106
a4f4123ca12a
--- a/ui/qt/window.cpp	Wed Jan 07 17:25:33 2015 +0100
+++ b/ui/qt/window.cpp	Wed Jan 07 20:11:36 2015 +0100
@@ -51,7 +51,6 @@
     QToolBar *toolbar = ui_create_toolbar(obj);
     window->addToolBar(Qt::TopToolBarArea, toolbar);
     
-    //QBoxLayout *box = new QBoxLayout(QBoxLayout::TopToBottom);
     QBoxLayout *box = new QVBoxLayout();
     QWidget *boxWidget = new QWidget();
     boxWidget->setLayout(box);

mercurial