aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/localqmlprofilerrunner.cpp
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2012-02-28 11:15:51 +0100
committerKai Koehne <kai.koehne@nokia.com>2012-03-01 15:08:40 +0100
commit3f00faa9ef69f57511384cf6c19ecf0d88f42ada (patch)
treed12363669521d5d39bf3792958d5e8d029afa580 /src/plugins/qmlprofiler/localqmlprofilerrunner.cpp
parente9ac88ae847d7a4b0c654f7b6b1cbd56aae5a38d (diff)
QmlProfiler: Always use quint16 for port number
Change-Id: Ie77227058637c4900248eaca0ea183ad46b82663 Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
Diffstat (limited to 'src/plugins/qmlprofiler/localqmlprofilerrunner.cpp')
-rw-r--r--src/plugins/qmlprofiler/localqmlprofilerrunner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/localqmlprofilerrunner.cpp b/src/plugins/qmlprofiler/localqmlprofilerrunner.cpp
index 1d708dda59..e7b11f5cf9 100644
--- a/src/plugins/qmlprofiler/localqmlprofilerrunner.cpp
+++ b/src/plugins/qmlprofiler/localqmlprofilerrunner.cpp
@@ -85,7 +85,7 @@ void LocalQmlProfilerRunner::stop()
}
}
-int LocalQmlProfilerRunner::debugPort() const
+quint16 LocalQmlProfilerRunner::debugPort() const
{
return m_configuration.port;
}