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

Method clearAllBackground

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

Source from the content-addressed store, hash-verified

991}
992
993bool TabWidget::clearAllBackground(const QString &fileName, int marker)
994{
995 if (auto editor = d->findEditor(fileName)) {
996 editor->clearAllBackgroundColor(marker);
997 return true;
998 }
999
1000 return false;
1001}
1002
1003void TabWidget::showLineWidget(int line, QWidget *widget)
1004{

Callers 1

Calls 2

findEditorMethod · 0.80

Tested by

no test coverage detected