Fixes: debugger: work on shutdown

This commit is contained in:
hjk
2009-02-16 13:29:57 +01:00
parent 137ba736a7
commit e4a9d85c00
6 changed files with 62 additions and 73 deletions

View File

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