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

Method insertText

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

Source from the content-addressed store, hash-verified

1158}
1159
1160void WorkspaceWidget::insertText(const QString &text)
1161{
1162 if (auto tabWidget = d->currentTabWidget())
1163 QMetaObject::invokeMethod(tabWidget, "insertText",
1164 Qt::QueuedConnection,
1165 Q_ARG(const QString &, text));
1166}
1167
1168void WorkspaceWidget::undo()
1169{

Callers

nothing calls this directly

Calls 1

currentTabWidgetMethod · 0.80

Tested by

no test coverage detected