-
Bug
-
Resolution: Unresolved
-
P2: Important
-
6.10.0 Beta1
-
None
-
e1125c496 (dev), 4036b7eaa (6.10)
We have the following qmllint issue with Qt 6.10.0-beta1.
Issue:
Reading non-constant and non-notifiable property flags. Binding might not update when the property changes. [stale-property-read] root.flags |= (Qt.WindowStaysOnTopHint | Qt.WindowTitleHint);
Snippet of a ApplicationWindow:
function exampleFunc() { root.flags |= (Qt.WindowStaysOnTopHint | Qt.WindowTitleHint); }
For Gerrit Dashboard: QTBUG-137933 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
660754,7 | Add missing changed signal to QML Window.flags | dev | qt/qtbase | Status: MERGED | +2 | +1 |
664391,2 | Add missing changed signal to QML Window.flags | 6.10 | qt/qtbase | Status: MERGED | +2 | 0 |