debugger: interface cleanup

This commit is contained in:
hjk
2011-03-24 15:05:45 +01:00
parent d7cddd4e17
commit 09b04caff1
17 changed files with 31 additions and 36 deletions

View File

@@ -63,8 +63,8 @@ namespace Internal {
//
///////////////////////////////////////////////////////////////////////
TermGdbAdapter::TermGdbAdapter(GdbEngine *engine, QObject *parent)
: AbstractGdbAdapter(engine, parent)
TermGdbAdapter::TermGdbAdapter(GdbEngine *engine)
: AbstractGdbAdapter(engine)
{
m_stubProc.setMode(Utils::ConsoleProcess::Debug);
#ifdef Q_OS_UNIX