Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
6.10.0 Beta1
-
None
Description
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); }