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:
parent
172cab1a74
commit
1bd42483b4
|
@ -460,7 +460,6 @@ QQmlDebugServer::QQmlDebugServer()
|
|||
}
|
||||
}
|
||||
#else
|
||||
Q_UNUSED(&cleanup)
|
||||
if (!appD->qmljsDebugArgumentsString().isEmpty()) {
|
||||
qWarning() << QString(QLatin1String(
|
||||
"QML Debugger: Ignoring \"-qmljsdebugger=%1\". "
|
||||
|
|
Loading…
Reference in New Issue