Details
-
Suggestion
-
Resolution: Done
-
P3: Somewhat important
-
4.7.3
-
None
-
9605fc786482bdd208cc3bfe92f318f7c314329c
Description
If a property is defined with underscore prefix as per js convention,
then QML should generate a matching Changed slot.
I.e. this
property bool __myPrivateProperty
should allow:
__onMyPrivatePropertyChanged: print("it changed!")