forked from qt-creator/qt-creator
Ios: Silence warnings about unnecessary ';'
Change-Id: Ie77d1f49da7eaf970a508f316034741b5d7b94b7 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -220,7 +220,8 @@ void IosRunner::handleGotServerPorts(IosToolHandler *handler, const QString &bun
|
|||||||
Port qmlPort)
|
Port qmlPort)
|
||||||
{
|
{
|
||||||
// Called when debugging on Device.
|
// Called when debugging on Device.
|
||||||
Q_UNUSED(bundlePath); Q_UNUSED(deviceId)
|
Q_UNUSED(bundlePath)
|
||||||
|
Q_UNUSED(deviceId)
|
||||||
|
|
||||||
if (m_toolHandler != handler)
|
if (m_toolHandler != handler)
|
||||||
return;
|
return;
|
||||||
@@ -249,7 +250,8 @@ void IosRunner::handleGotInferiorPid(IosToolHandler *handler, const QString &bun
|
|||||||
const QString &deviceId, qint64 pid)
|
const QString &deviceId, qint64 pid)
|
||||||
{
|
{
|
||||||
// Called when debugging on Simulator.
|
// Called when debugging on Simulator.
|
||||||
Q_UNUSED(bundlePath); Q_UNUSED(deviceId)
|
Q_UNUSED(bundlePath)
|
||||||
|
Q_UNUSED(deviceId)
|
||||||
|
|
||||||
if (m_toolHandler != handler)
|
if (m_toolHandler != handler)
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user