It already got one from its ui-file, and this causes a warning when starting the application.
Signed-off-by: Anton Lundin <[email protected]> --- qt-ui/mainwindow.ui | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 206b227..2360dd8 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -526,25 +526,7 @@ <bool>true</bool> </property> </widget> - <widget class="PlannerSettingsWidget" name="plannerSettingsWidget"> - <layout class="QVBoxLayout" name="horizontalLayout_p4"> - <property name="spacing"> - <number>0</number> - </property> - <property name="leftMargin"> - <number>0</number> - </property> - <property name="topMargin"> - <number>0</number> - </property> - <property name="rightMargin"> - <number>0</number> - </property> - <property name="bottomMargin"> - <number>0</number> - </property> - </layout> - </widget> + <widget class="PlannerSettingsWidget" name="plannerSettingsWidget"/> </widget> <widget class="QStackedWidget" name="globePane"> <property name="currentIndex"> -- 1.9.1 _______________________________________________ subsurface mailing list [email protected] http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface
