forked from qt-creator/qt-creator
QmlProfiler: Always use quint16 for port number
Change-Id: Ie77227058637c4900248eaca0ea183ad46b82663 Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
This commit is contained in:
@@ -85,7 +85,7 @@ void LocalQmlProfilerRunner::stop()
|
||||
}
|
||||
}
|
||||
|
||||
int LocalQmlProfilerRunner::debugPort() const
|
||||
quint16 LocalQmlProfilerRunner::debugPort() const
|
||||
{
|
||||
return m_configuration.port;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user