aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-08-02 12:48:48 +0200
committerKai Koehne <kai.koehne@nokia.com>2011-08-02 13:33:35 +0200
commite7be96f6834b90029b26ca17e783f18afdf61f9d (patch)
treec96e454d6bd4cc4021f4f0b83ffe5d98a278bfb4
parent3bf883997f1cc4e0564795c75b77cac5b451cbb3 (diff)
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>
-rw-r--r--src/plugins/qmlprofiler/qmlprofilerengine.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilerengine.cpp b/src/plugins/qmlprofiler/qmlprofilerengine.cpp
index 931afd81a2..2f9a1d2bae 100644
--- a/src/plugins/qmlprofiler/qmlprofilerengine.cpp
+++ b/src/plugins/qmlprofiler/qmlprofilerengine.cpp
@@ -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");
}
}