diff options
Diffstat (limited to 'share/qtcreator/welcomescreen/widgets/Delegate.qml')
-rw-r--r-- | share/qtcreator/welcomescreen/widgets/Delegate.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/welcomescreen/widgets/Delegate.qml b/share/qtcreator/welcomescreen/widgets/Delegate.qml index 801628a082..9b803f58ef 100644 --- a/share/qtcreator/welcomescreen/widgets/Delegate.qml +++ b/share/qtcreator/welcomescreen/widgets/Delegate.qml @@ -228,7 +228,7 @@ Rectangle { model.dependencies, model.platforms) else - gettingStarted.openSplitHelp(model.docUrl); + gettingStarted.openHelpInExtraWindow(model.docUrl); } } |