-
Bug
-
Resolution: Unresolved
-
P2: Important
-
6.11
-
None
It's declared as the following in the code:
Q_PROPERTY(QJSValue textFromValue READ textFromValue WRITE setTextFromValue NOTIFY textFromValueChanged FINAL)
And creates the following warning:
Property "textFromValue" is a QJSValue property. It may or may not be a method. Use a regular Q_INVOKABLE instead. [use-proper-function]