Reset button text to default

This is to avoid Qt auto-generating code like this:
  `buttonAdd->setText(QStringLiteral(""));`
Which makes no sense and triggers clazy warning (Wclazy-empty-qstringliteral).
This commit is contained in:
Chocobo1
2018-08-20 15:29:59 +08:00
parent 254782def6
commit 718b3f0bf5
3 changed files with 4 additions and 23 deletions

View File

@@ -66,9 +66,6 @@
<property name="toolTip">
<string>Remember choice</string>
</property>
<property name="text">
<string notr="true"/>
</property>
<property name="iconSize">
<size>
<width>24</width>