summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler/localqmlprofilerrunner.cpp
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-06-27 17:18:55 +0200
committerChristian Kandeler <christian.kandeler@nokia.com>2011-06-28 14:05:11 +0200
commit949ffeb1b41d8c6f1bff5a1e3224bff315d7b90a (patch)
tree987e7a927421ac8cc93a5ef0b9898c52e5ae28e9 /src/plugins/qmlprofiler/localqmlprofilerrunner.cpp
parent2707f7a74b49204e1b27daf677ec8e8c494511f4 (diff)
downloadqt-creator-949ffeb1b41d8c6f1bff5a1e3224bff315d7b90a.tar.gz
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 <qt_sanity_bot@ovi.com> Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
Diffstat (limited to 'src/plugins/qmlprofiler/localqmlprofilerrunner.cpp')
-rw-r--r--src/plugins/qmlprofiler/localqmlprofilerrunner.cpp5
1 files changed, 5 insertions, 0 deletions
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;
+}