summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/heartrate-game/qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/heartrate-game/qml')
-rw-r--r--examples/bluetooth/heartrate-game/qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bluetooth/heartrate-game/qml/main.qml b/examples/bluetooth/heartrate-game/qml/main.qml
index 0dfeef44..7476aab5 100644
--- a/examples/bluetooth/heartrate-game/qml/main.qml
+++ b/examples/bluetooth/heartrate-game/qml/main.qml
@@ -81,7 +81,7 @@ Window {
Connections {
target: splashLoader.item
- onReadyToGo: {
+ function onReadyToGo() {
appLoader.visible = true
appLoader.item.init()
splashLoader.visible = false