forked from qt-creator/qt-creator
debugger: make DebuggerEngine::acceptsBreakpoint(id) pure
This commit is contained in:
@@ -1237,11 +1237,6 @@ void DebuggerEngine::attemptBreakpointSynchronization()
|
||||
d->m_disassemblerViewAgent.updateBreakpointMarkers();
|
||||
}
|
||||
|
||||
bool DebuggerEngine::acceptsBreakpoint(BreakpointId) const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
void DebuggerEngine::insertBreakpoint(BreakpointId)
|
||||
{
|
||||
QTC_ASSERT(false, /**/);
|
||||
|
||||
Reference in New Issue
Block a user