summaryrefslogtreecommitdiffstats
path: root/examples/scxml/invoke-static/invoke-static.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/scxml/invoke-static/invoke-static.qml')
-rw-r--r--examples/scxml/invoke-static/invoke-static.qml6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/scxml/invoke-static/invoke-static.qml b/examples/scxml/invoke-static/invoke-static.qml
index 68f0556..dc59e1b 100644
--- a/examples/scxml/invoke-static/invoke-static.qml
+++ b/examples/scxml/invoke-static/invoke-static.qml
@@ -48,6 +48,10 @@
**
****************************************************************************/
+import Directions 1.0
+
MainView {
- stateMachine: directions
+ stateMachine: Directions {
+ running: true
+ }
}