| 231 | } |
| 232 | |
| 233 | void BreakpointWidget::slotAddBlankBreakpoint() |
| 234 | { |
| 235 | Q_D(BreakpointWidget); |
| 236 | |
| 237 | edit(d->debugController->breakpointModel()->addCodeBreakpoint()); |
| 238 | } |
| 239 | |
| 240 | void BreakpointWidget::slotAddBlankWatchpoint() |
| 241 | { |
nothing calls this directly
no test coverage detected