Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.11.2
-
None
Description
If one creates a QLabel without any text, and with the checkbox "translation" disabled, uic creates a line like this:
label->setText(QStringLiteral(""));
This line is not generated if the "translation" checkbox is enabled.