aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2021-12-01 13:21:29 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2021-12-01 12:21:55 +0000
commitbbb7a8fe4e99d5f4a31a4c6c115ccefd288fc933 (patch)
tree075a223329c5fb2a6a8b932497e1f82903f48bce
parente2dbd5b280ec935490faf3eb80939bcfb38d8cdb (diff)
Use proper start file for Cpp Demo Project
Fixup. The other MainFile.ui.qml should be removed. Change-Id: Ifca025f59a624e14f68ab74d406d6ad914b4c376 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--share/qtcreator/qmldesigner/welcomepage/ExamplesModel.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/qmldesigner/welcomepage/ExamplesModel.qml b/share/qtcreator/qmldesigner/welcomepage/ExamplesModel.qml
index 3092de91d1..c13ef5b1b3 100644
--- a/share/qtcreator/qmldesigner/welcomepage/ExamplesModel.qml
+++ b/share/qtcreator/qmldesigner/welcomepage/ExamplesModel.qml
@@ -121,7 +121,7 @@ ListModel {
ListElement {
projectName: "cppdemoproject"
explicitQmlproject: "qml/qdsproject.qmlproject"
- qmlFileName: "MainFile.ui.qml"
+ qmlFileName: "WashingMachineHome/MainFile.ui.qml"
thumbnail: "images/cppdemo_thumbnail.png"
displayName: "C++ Demo Project"
url: "https://download.qt.io/learning/examples/qtdesignstudio/cppdemoproject.zip"