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

Method setText

src/plugins/codeeditor/gui/workspacewidget.cpp:1114–1118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1112}
1113
1114void WorkspaceWidget::setText(const QString &text)
1115{
1116 if (auto tabWidget = d->currentTabWidget())
1117 tabWidget->setText(text);
1118}
1119
1120void WorkspaceWidget::saveAll() const
1121{

Callers

nothing calls this directly

Calls 1

currentTabWidgetMethod · 0.80

Tested by

no test coverage detected