| 224 | } |
| 225 | |
| 226 | void IBreakpointController::hit(KDevelop::Breakpoint* breakpoint, const QString &msg) |
| 227 | { |
| 228 | int row = breakpointModel()->breakpointIndex(breakpoint, 0).row(); |
| 229 | notifyHit(row, msg); |
| 230 | } |
| 231 | |
| 232 | } |
| 233 |
nothing calls this directly
no test coverage detected