forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.2'
Change-Id: Ia98031eb87f1859c3736faa0cdd8b655e8a50689
This commit is contained in:
@@ -1240,6 +1240,7 @@ void DebuggerEngine::notifyDebuggerProcessFinished(int exitCode,
|
||||
// Nothing to do.
|
||||
break;
|
||||
case EngineShutdownRequested:
|
||||
case InferiorShutdownRequested:
|
||||
notifyEngineShutdownOk();
|
||||
break;
|
||||
case InferiorRunOk:
|
||||
@@ -2059,7 +2060,7 @@ void DebuggerEngine::updateItem(const QString &iname)
|
||||
WatchModelBase *model = handler->model();
|
||||
QTC_CHECK(model);
|
||||
if (item && !model->hasChildren(model->indexForItem(item))) {
|
||||
handler->notifyUpdateStarted({iname});
|
||||
handler->notifyUpdateStarted(UpdateParameters(iname));
|
||||
item->setValue(decodeData({}, "notaccessible"));
|
||||
item->setHasChildren(false);
|
||||
item->outdated = false;
|
||||
|
||||
Reference in New Issue
Block a user