aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/studiowelcome/qml
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2021-09-07 13:07:56 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2021-09-07 12:46:52 +0000
commit95f2198e972c128522208f36fd687975833859c6 (patch)
treede3daab3a37ac0a5180c3a703c93a133616464b5 /src/plugins/studiowelcome/qml
parent97a65f9ea2621e0c8079507fa6ec51d04d007947 (diff)
StudioWelcome: Allow opening a specific project file
Change-Id: Ie00a48ff777952e2366d691c1a928c162d1dd187 Reviewed-by: Henning Gründl <henning.gruendl@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'src/plugins/studiowelcome/qml')
-rw-r--r--src/plugins/studiowelcome/qml/welcomepage/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/studiowelcome/qml/welcomepage/main.qml b/src/plugins/studiowelcome/qml/welcomepage/main.qml
index 9eeb68cfec..ca09aa07a5 100644
--- a/src/plugins/studiowelcome/qml/welcomepage/main.qml
+++ b/src/plugins/studiowelcome/qml/welcomepage/main.qml
@@ -61,7 +61,7 @@ Item {
ProjectsGrid {
model: ExamplesModel {}
onItemSelected: function(index, item) {
- projectModel.openExample(item.projectName, item.qmlFileName, item.url)
+ projectModel.openExample(item.projectName, item.qmlFileName, item.url, item.explicitQmlproject)
}
}
}