forked from qt-creator/qt-creator
debugger: compile fix, minor cleanup
This commit is contained in:
@@ -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) << ')';
|
||||
|
||||
Reference in New Issue
Block a user