summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2021-12-14 08:35:24 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2021-12-14 07:36:19 +0000
commit50cd75325516e48132198ff3f2e2c5f8e29781d7 (patch)
tree5e688012861157ed66a82b2d04855f8f0616fd6e
parent02b68803bee910c549757c875f9e17e11d21d281 (diff)
downloadqt-creator-50cd75325516e48132198ff3f2e2c5f8e29781d7.tar.gz
Fix initial file for keyboard example
Change-Id: I5f3aea8a9f9186e5c398c46d286c328d90d506d0 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--src/plugins/studiowelcome/qml/welcomepage/ExamplesModel.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/studiowelcome/qml/welcomepage/ExamplesModel.qml b/src/plugins/studiowelcome/qml/welcomepage/ExamplesModel.qml
index 432260d1c8..fb07e83fe1 100644
--- a/src/plugins/studiowelcome/qml/welcomepage/ExamplesModel.qml
+++ b/src/plugins/studiowelcome/qml/welcomepage/ExamplesModel.qml
@@ -84,7 +84,7 @@ ListModel {
ListElement {
projectName: "SimpleKeyboard"
- qmlFileName: "SimpleKeyboard.qml"
+ qmlFileName: "content/Parameters.ui.qml"
thumbnail: "images/virtualkeyboard_thumbnail.png"
displayName: "Virtual Keyboard"
showDownload: false