forked from qt-creator/qt-creator
StudioWelcoome: Fix help url
Change-Id: I3566d09e884b661d58795178fd97e4c9ae345a9d Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -265,7 +265,7 @@ public:
|
|||||||
|
|
||||||
Q_INVOKABLE void showHelp()
|
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,
|
Q_INVOKABLE void openExample(const QString &examplePath,
|
||||||
|
Reference in New Issue
Block a user