QmlProfiler: Always use quint16 for port number

Change-Id: Ie77227058637c4900248eaca0ea183ad46b82663
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
This commit is contained in:
Kai Koehne
2012-02-28 11:15:51 +01:00
parent e9ac88ae84
commit 3f00faa9ef
10 changed files with 15 additions and 15 deletions

View File

@@ -85,7 +85,7 @@ void LocalQmlProfilerRunner::stop()
}
}
int LocalQmlProfilerRunner::debugPort() const
quint16 LocalQmlProfilerRunner::debugPort() const
{
return m_configuration.port;
}