Skip to content

Commit

Permalink
Fix missing conversion from QgsColorButtonV2 to QgsColorButton
Browse files Browse the repository at this point in the history
  • Loading branch information
dakcarto committed Mar 21, 2013
1 parent c966dbf commit 03392c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/grass/qgsgrassregionbase.ui
Expand Up @@ -199,7 +199,7 @@ or change the following values</string>
</spacer>
</item>
<item row="0" column="1">
<widget class="QgsColorButtonV2" name="mColorButton">
<widget class="QgsColorButton" name="mColorButton">
<property name="minimumSize">
<size>
<width>64</width>
Expand Down Expand Up @@ -234,7 +234,7 @@ or change the following values</string>
</widget>
<customwidgets>
<customwidget>
<class>QgsColorButtonV2</class>
<class>QgsColorButton</class>
<extends>QPushButton</extends>
<header>qgscolorbutton.h</header>
</customwidget>
Expand Down

0 comments on commit 03392c9

Please sign in to comment.