debugger: code cosmetics

This commit is contained in:
hjk
2010-08-30 17:08:29 +02:00
parent 7e48b8e5be
commit a0d689c50e
3 changed files with 40 additions and 32 deletions

View File

@@ -2363,6 +2363,8 @@ void DebuggerPluginPrivate::onModeChanged(IMode *mode)
// different then the debugger mode. E.g. Welcome and Help mode and
// also on shutdown.
m_uiSwitcher->onModeChanged(mode);
if (mode != m_debugMode)
return;