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

@@ -55,8 +55,8 @@ namespace Internal {
//
///////////////////////////////////////////////////////////////////////
AttachGdbAdapter::AttachGdbAdapter(GdbEngine *engine, QObject *parent)
: AbstractGdbAdapter(engine, parent)
AttachGdbAdapter::AttachGdbAdapter(GdbEngine *engine)
: AbstractGdbAdapter(engine)
{
}