From 949ffeb1b41d8c6f1bff5a1e3224bff315d7b90a Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Mon, 27 Jun 2011 17:18:55 +0200 Subject: QmlProfiler: Support profiling applications on embedded Linux Allow on-device profiling e.g. on Meego/Harmattan. Change-Id: I066b71078e1dab1b1369ff7275f72e88045d1bab Reviewed-on: http://codereview.qt.nokia.com/784 Reviewed-by: Qt Sanity Bot Reviewed-by: Christian Kandeler --- src/plugins/qmlprofiler/localqmlprofilerrunner.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/plugins/qmlprofiler/localqmlprofilerrunner.cpp') diff --git a/src/plugins/qmlprofiler/localqmlprofilerrunner.cpp b/src/plugins/qmlprofiler/localqmlprofilerrunner.cpp index 7b11c41864..38eb80e78d 100644 --- a/src/plugins/qmlprofiler/localqmlprofilerrunner.cpp +++ b/src/plugins/qmlprofiler/localqmlprofilerrunner.cpp @@ -85,3 +85,8 @@ void LocalQmlProfilerRunner::stop() m_launcher.stop(); } } + +int LocalQmlProfilerRunner::debugPort() const +{ + return m_configuration.port; +} -- cgit v1.2.1