QmlJsDebugger: Fix compilation with latest qt

setEnabled(), enabledChanged() got removed in QDeclarativeDebugClient,
QDeclarativeDebugService.
This commit is contained in:
Kai Koehne
2010-09-28 13:05:02 +02:00
parent ba2d9f3e3c
commit 19638d3d97

View File

@@ -514,7 +514,6 @@ void JSDebuggerAgent::continueExec()
void JSDebuggerAgent::enabledChanged(bool on)
{
engine()->setAgent(on ? this : 0);
QDeclarativeDebugService::enabledChanged(on);
}
} // namespace QmlJSDebugger