Fixes: debugger: make shutdown a bit more robust

This commit is contained in:
hjk
2009-02-16 09:59:12 +01:00
parent 373a05af82
commit f90706fa01
2 changed files with 98 additions and 42 deletions

View File

@@ -466,6 +466,8 @@ private:
IDebuggerEngine *engine();
IDebuggerEngine *m_engine;
DebuggerSettings m_settings;
// set during application shutdown
bool m_shutdown;
};
} // namespace Internal