mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 21:20:07 -05:00
Fix build.
This commit is contained in:
parent
484b2e3123
commit
f4a22ccc96
@ -1309,7 +1309,7 @@
|
|||||||
<customwidget>
|
<customwidget>
|
||||||
<class>DoubleSpinBox</class>
|
<class>DoubleSpinBox</class>
|
||||||
<extends>QWidget</extends>
|
<extends>QWidget</extends>
|
||||||
<header>doublespinbox.h</header>
|
<header>DoubleSpinBox.h</header>
|
||||||
</customwidget>
|
</customwidget>
|
||||||
</customwidgets>
|
</customwidgets>
|
||||||
<tabstops>
|
<tabstops>
|
||||||
|
@ -947,12 +947,12 @@
|
|||||||
<customwidget>
|
<customwidget>
|
||||||
<class>SpinBox</class>
|
<class>SpinBox</class>
|
||||||
<extends>QWidget</extends>
|
<extends>QWidget</extends>
|
||||||
<header>spinbox.h</header>
|
<header>SpinBox.h</header>
|
||||||
</customwidget>
|
</customwidget>
|
||||||
<customwidget>
|
<customwidget>
|
||||||
<class>DoubleSpinBox</class>
|
<class>DoubleSpinBox</class>
|
||||||
<extends>QWidget</extends>
|
<extends>QWidget</extends>
|
||||||
<header>doublespinbox.h</header>
|
<header>DoubleSpinBox.h</header>
|
||||||
</customwidget>
|
</customwidget>
|
||||||
</customwidgets>
|
</customwidgets>
|
||||||
<tabstops>
|
<tabstops>
|
||||||
|
Loading…
Reference in New Issue
Block a user