QmlDesigner: Fix ambiguous ids

Change-Id: I28b0dc2ff0fa919ca99c468c9648ab105c7e38c5
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Robert Loehning
2016-11-22 17:39:47 +01:00
committed by Thomas Hartmann
parent d942111ace
commit 7fb9108489
2 changed files with 2 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ Rectangle {
}
Flow {
id: flow
id: flowPositioner
x: 78
y: 53
width: 84

View File

@@ -30,7 +30,7 @@ Rectangle {
width: 200
height: 200
Text {
id: text
id: textItem
x: 66
y: 93
text: "Base State"