Skip to content

Commit

Permalink
Merge pull request #45300 from kadas-albireo/master
Browse files Browse the repository at this point in the history
Add missing custom widget declaration for QgsSpinBox
  • Loading branch information
manisandro committed Sep 28, 2021
2 parents d6ad32f + 7d364b5 commit 644dfcf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ui/qgsrasterlayerpropertiesbase.ui
Expand Up @@ -1862,6 +1862,12 @@ p, li { white-space: pre-wrap; }
<header>qgscolorbutton.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>QgsSpinBox</class>
<extends>QSpinBox</extends>
<header>qgsspinbox.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>QgsDoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
Expand Down

0 comments on commit 644dfcf

Please sign in to comment.