Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
5.1.0 RC1
-
None
-
qtbase: Revision macro, (5.1) 2f4cd18d3eec3bf90bf1a5bd471ef7a03550de97) QtQuick 2 (5.1.1) Docs: 65a0d19180b061fc24b2032289d157ad2602e6d9
Description
Same reason as given here https://bugreports.qt-project.org/browse/QTBUG-29807
and same reason as given at the top of the qwindow.h header:
// All properties which are declared here are inherited by QQuickWindow and therefore available in QML. // So please think carefully about what it does to the QML namespace if you add any new ones, // particularly the possible meanings these names might have in any specializations of Window. // For example "state" (meaning windowState) is not a good property to declare, because it has // a different meaning in QQuickItem, and users will tend to assume it is the same for Window. // Any new properties which you add here MUST be versioned and MUST be documented both as // C++ properties in qwindow.cpp AND as QML properties in qquickwindow.cpp. // http://qt-project.org/doc/qt-5.0/qtqml/qtqml-cppintegration-definetypes.html#type-revisions-and-versions