summaryrefslogtreecommitdiffstats
path: root/examples/quick/controls/touch/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/controls/touch/main.qml')
-rw-r--r--examples/quick/controls/touch/main.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/quick/controls/touch/main.qml b/examples/quick/controls/touch/main.qml
index 04509803c..a6de8910e 100644
--- a/examples/quick/controls/touch/main.qml
+++ b/examples/quick/controls/touch/main.qml
@@ -123,6 +123,10 @@ ApplicationWindow {
title: "TextInput"
page: "content/TextInputPage.qml"
}
+ ListElement {
+ title: "List"
+ page: "content/ListPage.qml"
+ }
}
StackView {