forked from qt-creator/qt-creator
QmlJsDebugger: Fix compilation with latest qt
setEnabled(), enabledChanged() got removed in QDeclarativeDebugClient, QDeclarativeDebugService.
This commit is contained in:
@@ -514,7 +514,6 @@ void JSDebuggerAgent::continueExec()
|
|||||||
void JSDebuggerAgent::enabledChanged(bool on)
|
void JSDebuggerAgent::enabledChanged(bool on)
|
||||||
{
|
{
|
||||||
engine()->setAgent(on ? this : 0);
|
engine()->setAgent(on ? this : 0);
|
||||||
QDeclarativeDebugService::enabledChanged(on);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace QmlJSDebugger
|
} // namespace QmlJSDebugger
|
||||||
|
|||||||
Reference in New Issue
Block a user