GUI: Fix building with Qt < 4.7.0.
I accidentally added the 'placeholderText' attribute to settings.ui when editing it with Qt Creator. That attribute was added in Qt 4.7.0 and we are not using it for anything. So removing it to fix building with older Qt versions.
This commit is contained in:
parent
12f2850777
commit
0758160fcd
|
@ -101,9 +101,6 @@
|
|||
<property name="alignment">
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
</property>
|
||||
<property name="placeholderText">
|
||||
<string notr="true"/>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
|
Loading…
Reference in New Issue