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:
Kimmo Varis 2010-12-26 23:49:43 +02:00
parent 12f2850777
commit 0758160fcd
1 changed files with 0 additions and 3 deletions

View File

@ -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>