forked from qt-creator/qt-creator
QML JS Debugger: Fix adding watch item.
This commit is contained in:
@@ -545,6 +545,9 @@ void QmlEngine::updateWatchData(const WatchData &data)
|
||||
rs << watchHandler()->watchedExpressions();
|
||||
sendMessage(reply);
|
||||
}
|
||||
|
||||
if (!data.isSomethingNeeded())
|
||||
watchHandler()->insertData(data);
|
||||
}
|
||||
|
||||
void QmlEngine::expandObject(const QByteArray& iname, quint64 objectId)
|
||||
|
||||
Reference in New Issue
Block a user