mirror of https://github.com/mgba-emu/mgba.git
Qt: Fix build on older Qt
This commit is contained in:
parent
4851109027
commit
0b2cfb505f
|
@ -73,6 +73,9 @@
|
||||||
</item>
|
</item>
|
||||||
<item row="2" column="1">
|
<item row="2" column="1">
|
||||||
<widget class="QSpinBox" name="offsetSeconds">
|
<widget class="QSpinBox" name="offsetSeconds">
|
||||||
|
<property name="accelerated">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
<property name="suffix">
|
<property name="suffix">
|
||||||
<string> sec</string>
|
<string> sec</string>
|
||||||
</property>
|
</property>
|
||||||
|
@ -85,9 +88,6 @@
|
||||||
<property name="singleStep">
|
<property name="singleStep">
|
||||||
<number>1</number>
|
<number>1</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="stepType">
|
|
||||||
<enum>QAbstractSpinBox::AdaptiveDecimalStepType</enum>
|
|
||||||
</property>
|
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="3" column="0">
|
<item row="3" column="0">
|
||||||
|
|
Loading…
Reference in New Issue