debugger: small refactoring in the gdbengine startup

This commit is contained in:
hjk
2009-09-11 09:51:05 +02:00
parent c9da1d9543
commit 6a9886576f
3 changed files with 22 additions and 25 deletions

View File

@@ -179,7 +179,6 @@ void DebuggerRunControl::start()
m_manager->setQtDumperLibraryName(m_dumperLibrary);
m_manager->setQtDumperLibraryLocations(m_dumperLibraryLocations);
m_manager->startNewDebugger(this, m_startParameters);
emit started();
}
void DebuggerRunControl::slotAddToOutputWindowInline(const QString &data)