Details
-
Type:
Bug
-
Status: Reported
-
Priority:
P3: Somewhat important
-
Resolution: Unresolved
-
Affects Version/s: 5.11.2
-
Fix Version/s: None
-
Component/s: Build tools: uic
-
Labels: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.