Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.5.0, 5.6.0
-
None
-
e5f3e7149b7e130c375c1419f1f804dfeaf578aa
Description
The following code:
import QtQuick 2.0
Rectangle {
id: one
property alias foo: two.border.width
Rectangle {
id: two
}
}
Gives:
test.qml:5 Invalid alias target location: width