forked from qt-creator/qt-creator
Compile
This commit is contained in:
@@ -511,10 +511,10 @@ void JSDebuggerAgent::continueExec()
|
||||
loop.quit();
|
||||
}
|
||||
|
||||
void JSDebuggerAgent::enabledChanged(bool on)
|
||||
void JSDebuggerAgent::statusChanged(Status status)
|
||||
{
|
||||
engine()->setAgent(on ? this : 0);
|
||||
QDeclarativeDebugService::enabledChanged(on);
|
||||
engine()->setAgent(status == Enabled ? this : 0);
|
||||
QDeclarativeDebugService::statusChanged(status);
|
||||
}
|
||||
|
||||
} // namespace QmlJSDebugger
|
||||
|
||||
Reference in New Issue
Block a user