| 842 | } |
| 843 | |
| 844 | void TabWidget::clearAllEOLAnnotation(const QString &title) |
| 845 | { |
| 846 | for (auto editor : d->editorMng.values()) |
| 847 | editor->removeEOLAnnotation(title); |
| 848 | } |
| 849 | |
| 850 | bool TabWidget::annotate(const QString &fileName, const QString &title, const QString &contents, int line, int type) |
| 851 | { |
no test coverage detected