aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/wearable/wearable.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols2/wearable/wearable.qml')
-rw-r--r--examples/quickcontrols2/wearable/wearable.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/quickcontrols2/wearable/wearable.qml b/examples/quickcontrols2/wearable/wearable.qml
index 2603392c..425c2e93 100644
--- a/examples/quickcontrols2/wearable/wearable.qml
+++ b/examples/quickcontrols2/wearable/wearable.qml
@@ -93,6 +93,8 @@ QQC2.ApplicationWindow {
focus: true
anchors.fill: parent
- initialItem: LauncherPage { }
+ initialItem: LauncherPage {
+ onLaunched: stackView.push(page)
+ }
}
}