forked from qt-creator/qt-creator
QmlDesigner: Fix ambiguous ids
Change-Id: I28b0dc2ff0fa919ca99c468c9648ab105c7e38c5 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Thomas Hartmann
parent
d942111ace
commit
7fb9108489
@@ -115,7 +115,7 @@ Rectangle {
|
||||
}
|
||||
|
||||
Flow {
|
||||
id: flow
|
||||
id: flowPositioner
|
||||
x: 78
|
||||
y: 53
|
||||
width: 84
|
||||
|
||||
@@ -30,7 +30,7 @@ Rectangle {
|
||||
width: 200
|
||||
height: 200
|
||||
Text {
|
||||
id: text
|
||||
id: textItem
|
||||
x: 66
|
||||
y: 93
|
||||
text: "Base State"
|
||||
|
||||
Reference in New Issue
Block a user