forked from qt-creator/qt-creator
Debugger: Implement QmlEngine::doUpdateLocals
This allows us to sort the locals by name immediately when the action is triggered. Task-number: QTCREATORBUG-16645 Change-Id: Ifd24f49e66523af5e988065c9a33aae00e7fb290 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -1087,6 +1087,12 @@ void QmlEngine::quitDebugger()
|
||||
shutdownInferior();
|
||||
}
|
||||
|
||||
void QmlEngine::doUpdateLocals(const UpdateParameters ¶ms)
|
||||
{
|
||||
Q_UNUSED(params);
|
||||
d->updateLocals();
|
||||
}
|
||||
|
||||
void QmlEngine::disconnected()
|
||||
{
|
||||
showMessage(tr("QML Debugger disconnected."), StatusBar);
|
||||
|
||||
Reference in New Issue
Block a user