| 40 | } |
| 41 | |
| 42 | BreakpointModel* IBreakpointController::breakpointModel() const |
| 43 | { |
| 44 | if (!ICore::self()) return nullptr; |
| 45 | return ICore::self()->debugController()->breakpointModel(); |
| 46 | } |
| 47 | |
| 48 | void IBreakpointController::updateState(int row, Breakpoint::BreakpointState state) |
| 49 | { |
nothing calls this directly
no test coverage detected