fix the build with -no-qml-debug

The "cleanup" variable doesn't exist in this case.

Change-Id: Ia7ed654d5c9ae57bc3f7cff39acbd72214ff4188
Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
This commit is contained in:
Shawn Rutledge 2014-12-11 13:55:02 +01:00
parent 172cab1a74
commit 1bd42483b4
1 changed files with 0 additions and 1 deletions

View File

@ -460,7 +460,6 @@ QQmlDebugServer::QQmlDebugServer()
}
}
#else
Q_UNUSED(&cleanup)
if (!appD->qmljsDebugArgumentsString().isEmpty()) {
qWarning() << QString(QLatin1String(
"QML Debugger: Ignoring \"-qmljsdebugger=%1\". "