Skip to content

Commit

Permalink
More QgsDockWidget fixes (fix #15011)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 14, 2016
1 parent 6bf99d6 commit 834ab1c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/plugins/georeferencer/qgsgeorefpluginguibase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,14 @@
</property>
</action>
</widget>
<customwidgets>
<customwidget>
<class>QgsDockWidget</class>
<extends>QDockWidget</extends>
<header>qgsdockwidget.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources>
<include location="../../../images/images.qrc"/>
</resources>
Expand Down
8 changes: 8 additions & 0 deletions src/plugins/grass/qgsgrasstoolsbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,14 @@
<zorder>mMessageLabel</zorder>
</widget>
</widget>
<customwidgets>
<customwidget>
<class>QgsDockWidget</class>
<extends>QDockWidget</extends>
<header>qgsdockwidget.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources>
<include location="../../../images/images.qrc"/>
</resources>
Expand Down

0 comments on commit 834ab1c

Please sign in to comment.