Skip to content

Commit 96472c0

Browse files
marioba3nids
authored andcommittedOct 6, 2017
Fix QgsDockWidget custom widget
1 parent fb15a21 commit 96472c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/customwidgets/qgsdockwidgetplugin.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ QString QgsDockWidgetPlugin::domXml() const
9191
" <height>500</height>\n"
9292
" </rect>\n"
9393
" </property>\n"
94+
" <widget class=\"QWidget\" name=\"dockWidgetContents\"/>"
9495
" </widget>\n"
9596
"</ui>\n" )
9697
.arg( name() );

0 commit comments

Comments
 (0)
Please sign in to comment.