Details
-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
Qt Creator 2.5.2
-
Win7 - Qt5 beta 1 - QtCreator 2.5.2
-
7cc5fec6978c47cb60fce3358fdaaa42671cdcff 5b47966f5c7910e29f456d9a809f120a99c10ee4 a1e5bd1a4b2617b38e62adcfaa93164c80f0fb7a
Description
Install the latest Qt5 beta 1 (http://labs.qt.nokia.com/2012/08/30/qt-5-beta-is-here/)
The QML anchor get warning when extracting its property by . operator.
('anchors' does not have member (M17))
Ex :
Rectangle {
anchors.fill: parent
}
The warning will disappear if we write by this style :
Rectangle {
anchors
}