StudioWelcome: Set correct help topic

Change-Id: I7cc2ae25d8adf0034a7d4eb10956607dd5e5e1c0
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Thomas Hartmann
2020-12-08 19:35:06 +01:00
parent ddb2ae657d
commit 37ec7f904a

View File

@@ -345,7 +345,7 @@ WelcomeMode::WelcomeMode()
setPriority(Core::Constants::P_MODE_WELCOME);
setId(Core::Constants::MODE_WELCOME);
setContextHelp("Qt Creator Manual");
setContextHelp("Qt Design Studio Manual");
setContext(Core::Context(Core::Constants::C_WELCOME_MODE));
m_modeWidget = new QQuickWidget;