Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 5.15.0
-
Fix Version/s: 5.15.1
-
Component/s: QML: Tooling
-
Labels:
Description
Button {
text: "a\nb"
}
is turned to
Button {
text: "a\\nb"
}