summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/heartrate-game/SplashScreen.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/heartrate-game/SplashScreen.qml')
-rw-r--r--examples/bluetooth/heartrate-game/SplashScreen.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bluetooth/heartrate-game/SplashScreen.qml b/examples/bluetooth/heartrate-game/SplashScreen.qml
index 2f9ac1b3..918319d7 100644
--- a/examples/bluetooth/heartrate-game/SplashScreen.qml
+++ b/examples/bluetooth/heartrate-game/SplashScreen.qml
@@ -23,7 +23,7 @@ Item {
Timer {
id: splashTimer
interval: 1000
- onTriggered: splashIsReady = true
+ onTriggered: root.splashIsReady = true
}
Component.onCompleted: splashTimer.start()