debugger: compile fix, minor cleanup

This commit is contained in:
hjk
2011-01-07 10:13:41 +01:00
parent f02a852f21
commit 0ee4011cfd
4 changed files with 7 additions and 10 deletions

View File

@@ -95,11 +95,6 @@ using namespace TextEditor;
namespace Debugger {
QString toolChainName(const DebuggerStartParameters &sp)
{
return ToolChain::toolChainName(ProjectExplorer::ToolChainType(sp.toolChainType));
}
QDebug operator<<(QDebug d, DebuggerState state)
{
//return d << DebuggerEngine::stateName(state) << '(' << int(state) << ')';