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 row="2" column="1">
|
||||
<widget class="QSpinBox" name="offsetSeconds">
|
||||
<property name="accelerated">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="suffix">
|
||||
<string> sec</string>
|
||||
</property>
|
||||
|
@ -85,9 +88,6 @@
|
|||
<property name="singleStep">
|
||||
<number>1</number>
|
||||
</property>
|
||||
<property name="stepType">
|
||||
<enum>QAbstractSpinBox::AdaptiveDecimalStepType</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="3" column="0">
|
||||
|
|
Loading…
Reference in New Issue