Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt for MCUs 2.5, Qt for MCUs 2.8
-
None
Description
ScriptAction qml type cause a build error if it is defined in Repeater or Loader.
like this:
Repeater { ... delegate: Item { ScriptAction {...} //error } } Loader { ... sourceComponent: Item { ScriptAction { ... } //error } }
I attached test project and error messages.
scriptactiontest.zip
builderror_mingw.txt