| 696 | } |
| 697 | |
| 698 | ScopedIncrementor<> BreakpointModel::markChangeGuard() |
| 699 | { |
| 700 | Q_D(BreakpointModel); |
| 701 | |
| 702 | return ScopedIncrementor(d->inhibitMarkChange); |
| 703 | } |
| 704 | |
| 705 | void BreakpointModel::documentSaved(KDevelop::IDocument* doc) |
| 706 | { |
no test coverage detected