Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.15.3
-
Desktop Windows 10 VS2019 Qt 5.15.3
Description
My test code:
import QtScxml 5.8 as Scxml Scxml.StateMachineLoader { id: myLoader source: "statemachine/App.scxml" } property QtObject stateApp: myLoader.stateMachine stateApp.submitEvent("tr_goToEmergency") // Error insufficient arguments
In 5.15.3 I get the error at the last line: "Insufficient arguements"
The documentation says it should be possible: https://doc.qt.io/qt-5/qml-qtscxml-scxmlstatemachine.html#submitEvent-method-1
And it always worked okay up to Qt 5.15.2. It works when I add null as second argument, however this shouldn't be needed.
Attachments
For Gerrit Dashboard: QTBUG-92367 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
348246,5 | Fix calling of the overloaded Scxml statemachine methods | tqtc/lts-5.15 | qt/tqtc-qtscxml | Status: MERGED | +2 | 0 |