ui, ruleseditor: fixed crash on old distros

placeHolder is not supported for Combos on old PyQt versions, and we're
not using it anyway.
This commit is contained in:
Gustavo Iñiguez Goia 2023-05-13 17:50:56 +02:00
parent fb7e84941f
commit 2b9b9ab166
Failed to generate hash of commit

View file

@ -654,9 +654,6 @@ Note: Commas or spaces are not allowed to separate IPs or networks.</string>
<property name="currentText">
<string notr="true">LAN</string>
</property>
<property name="placeholderText">
<string notr="true"/>
</property>
<item>
<property name="text">
<string>LAN</string>
@ -777,9 +774,6 @@ Note: Commas or spaces are not allowed to separate IPs or networks.</string>
<property name="currentText">
<string notr="true">LAN</string>
</property>
<property name="placeholderText">
<string notr="true"/>
</property>
<item>
<property name="text">
<string notr="true">LAN</string>