MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / clearEOLAnnotation

Method clearEOLAnnotation

src/plugins/codeeditor/gui/tabwidget.cpp:834–842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

832}
833
834bool TabWidget::clearEOLAnnotation(const QString &fileName, const QString &title)
835{
836 if (auto editor = d->findEditor(fileName)) {
837 editor->removeEOLAnnotation(title);
838 return true;
839 }
840
841 return false;
842}
843
844void TabWidget::clearAllEOLAnnotation(const QString &title)
845{

Callers

nothing calls this directly

Calls 2

findEditorMethod · 0.80
removeEOLAnnotationMethod · 0.80

Tested by

no test coverage detected