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

Method undo

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

Source from the content-addressed store, hash-verified

1166}
1167
1168void WorkspaceWidget::undo()
1169{
1170 if (auto tabWidget = d->currentTabWidget())
1171 QMetaObject::invokeMethod(tabWidget, "undo", Qt::QueuedConnection);
1172}
1173
1174void WorkspaceWidget::reloadFile(const QString &fileName)
1175{

Callers

nothing calls this directly

Calls 1

currentTabWidgetMethod · 0.80

Tested by

no test coverage detected