Skip to content
Snippets Groups Projects
Commit 01f0d3eb authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Steve Lhomme
Browse files

qml: use `instanceof` instead of casting object into string in FSM.qml

- Qt 6.2 requires the type to be creatable (Qt bug).
- Qt 6.7 does not require the type to be creatable.

Since `FSMState` type is creatable, we can use `instanceof`.
parent ece317a2
No related branches found
No related tags found
Loading
Pipeline #510850 passed with stage
in 36 minutes and 14 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment