debugger: prevent crash when trying to view memory if bin editor is

unavailable
This commit is contained in:
hjk
2009-11-19 09:51:21 +01:00
parent aa3b274a93
commit 4461ec2ef5
2 changed files with 18 additions and 7 deletions

View File

@@ -70,6 +70,7 @@ private:
QPointer<IDebuggerEngine> m_engine;
QPointer<Core::IEditor> m_editor;
QPointer<DebuggerManager> m_manager;
};