summaryrefslogtreecommitdiffstats
path: root/examples/scxml/calculator-common/statemachine.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/scxml/calculator-common/statemachine.scxml')
-rw-r--r--examples/scxml/calculator-common/statemachine.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/scxml/calculator-common/statemachine.scxml b/examples/scxml/calculator-common/statemachine.scxml
index 7971ee0..b1c6bb7 100644
--- a/examples/scxml/calculator-common/statemachine.scxml
+++ b/examples/scxml/calculator-common/statemachine.scxml
@@ -144,7 +144,7 @@
</transition>
<transition event="DISPLAY.UPDATE">
<log label="'result'" expr="short_expr==''?res:short_expr" />
- <send type="qt:signal" event="updateDisplay">
+ <send event="updateDisplay">
<param name="display" expr="short_expr==''?res:short_expr"/>
</send>
</transition>