debugger: move MemoryViewAgent ownership to DebuggerEngine

This commit is contained in:
hjk
2010-12-13 18:17:31 +01:00
parent 8e5eaf821f
commit 8926f7169d
7 changed files with 27 additions and 24 deletions

View File

@@ -3530,7 +3530,7 @@ void GdbEngine::updateLocals(const QVariant &cookie)
updateLocalsPython(false, QByteArray());
else
updateLocalsClassic(cookie);
debuggerCore()->updateMemoryEditors();
updateMemoryViews();
}