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

Method showTips

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

Source from the content-addressed store, hash-verified

1150}
1151
1152void WorkspaceWidget::showTips(const QString &tips)
1153{
1154 if (auto tabWidget = d->currentTabWidget())
1155 QMetaObject::invokeMethod(tabWidget, "showTips",
1156 Qt::QueuedConnection,
1157 Q_ARG(const QString &, tips));
1158}
1159
1160void WorkspaceWidget::insertText(const QString &text)
1161{

Callers

nothing calls this directly

Calls 1

currentTabWidgetMethod · 0.80

Tested by

no test coverage detected