Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
6.5.3
-
None
Description
This should work:
// A.qml QtObject { id: self property int a: 5 function doSomething() : int { return self.a // self can only be an A } }
This has come up several times already when trying to port things to be compiled to C++.