debugger: start action handling refactoring

This commit is contained in:
hjk
2009-03-18 09:03:47 +01:00
parent cc89dcc75b
commit da1492cf28
14 changed files with 24 additions and 62 deletions

View File

@@ -987,15 +987,6 @@ void CdbDebugEnginePrivate::handleBreakpointEvent(PDEBUG_BREAKPOINT pBP)
qDebug() << Q_FUNC_INFO;
}
void CdbDebugEngine::setDebugDumpers(bool on)
{
Q_UNUSED(on)
}
void CdbDebugEngine::recheckCustomDumperAvailability()
{
}
void CdbDebugEngine::reloadSourceFiles()
{
}