summaryrefslogtreecommitdiff
path: root/share/qtcreator/welcomescreen/widgets/ExampleDelegate.qml
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/welcomescreen/widgets/ExampleDelegate.qml')
-rw-r--r--share/qtcreator/welcomescreen/widgets/ExampleDelegate.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/welcomescreen/widgets/ExampleDelegate.qml b/share/qtcreator/welcomescreen/widgets/ExampleDelegate.qml
index 72a30ae622..fb5769d624 100644
--- a/share/qtcreator/welcomescreen/widgets/ExampleDelegate.qml
+++ b/share/qtcreator/welcomescreen/widgets/ExampleDelegate.qml
@@ -294,7 +294,7 @@ Item {
script: {
delegate.state = "";
if (model.hasSourceCode)
- gettingStarted.openProject(model.projectPath, model.filesToOpen, model.docUrl)
+ gettingStarted.openProject(model.projectPath, model.filesToOpen, model.docUrl, model.dependencies)
else
gettingStarted.openSplitHelp(model.docUrl);
}