forked from qt-creator/qt-creator
QmlProfiler: Fix documentation link for setting up debugging
Link directly to the page where the setup is described (qml profiler page just links to it). Change-Id: Ibe88f1b2269c90e868aab5272b01e337956d8e46 Reviewed-on: http://codereview.qt.nokia.com/2510 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
This commit is contained in:
@@ -318,7 +318,8 @@ void QmlProfilerEngine::wrongSetupMessageBoxFinished(int button)
|
||||
{
|
||||
if (button == QMessageBox::Help) {
|
||||
Core::HelpManager *helpManager = Core::HelpManager::instance();
|
||||
helpManager->handleHelpRequest("qthelp://com.nokia.qtcreator/doc/creator-qml-performance-monitor.html");
|
||||
helpManager->handleHelpRequest("qthelp://com.nokia.qtcreator/doc/creator-debugging-qml.html"
|
||||
"#setting-up-qml-debugging");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user