Skip to content

Commit

Permalink
Add missing custom widget declaration for QgsSpinBox
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Sep 28, 2021
1 parent de5ab29 commit 7d364b5
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 7d364b5

Please sign in to comment.