diff --git a/src/plugins/qmlprofiler/qmlprofilertool.cpp b/src/plugins/qmlprofiler/qmlprofilertool.cpp index f06bf4a0be6..5ef281e4349 100644 --- a/src/plugins/qmlprofiler/qmlprofilertool.cpp +++ b/src/plugins/qmlprofiler/qmlprofilertool.cpp @@ -304,7 +304,7 @@ void QmlProfilerTool::connectToClient() if (!d->m_client || d->m_client->state() != QAbstractSocket::UnconnectedState) return; if (QmlProfilerPlugin::debugOutput) - qWarning("QmlProfiler: Connecting to %s:%d ...", qPrintable(d->m_host), d->m_port); + qWarning("QmlProfiler: Connecting to %s:%lld ...", qPrintable(d->m_host), d->m_port); d->m_client->connectToHost(d->m_host, d->m_port);