debugger: move showModuleSymbols from DebuggerManager to DebuggerEngine

This commit is contained in:
hjk
2010-06-15 11:14:44 +02:00
parent 69a4ed3255
commit 12fd2a6091
9 changed files with 49 additions and 56 deletions

View File

@@ -1236,7 +1236,7 @@ void CdbDebugEngine::requestModuleSymbols(const QString &moduleName)
} while (false);
if (!success)
warning(errorMessage);
manager()->showModuleSymbols(moduleName, rc);
m_engine->showModuleSymbols(moduleName, rc);
}
void CdbDebugEngine::reloadRegisters()