StudioWelcoome: Fix help url

Change-Id: I3566d09e884b661d58795178fd97e4c9ae345a9d
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Thomas Hartmann
2023-09-06 15:26:59 +02:00
parent 94003d76af
commit c254ba7106

View File

@@ -265,7 +265,7 @@ public:
Q_INVOKABLE void showHelp()
{
QDesktopServices::openUrl(QUrl("qthelp://org.qt-project.qtcreator/doc/index.html"));
QDesktopServices::openUrl(QUrl("qthelp://org.qt-project.qtdesignstudio/doc/index.html"));
}
Q_INVOKABLE void openExample(const QString &examplePath,