| 238 | } |
| 239 | |
| 240 | void BreakpointWidget::slotAddBlankWatchpoint() |
| 241 | { |
| 242 | Q_D(BreakpointWidget); |
| 243 | |
| 244 | edit(d->debugController->breakpointModel()->addWatchpoint()); |
| 245 | } |
| 246 | |
| 247 | void BreakpointWidget::slotAddBlankReadWatchpoint() |
| 248 | { |
nothing calls this directly
no test coverage detected