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

Method setInfo

src/plugins/git/gui/gittabwidget.cpp:196–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void GitTabWidget::setInfo(int index, const QStringList &infos)
197{
198 if (auto widget = qobject_cast<GitBaseWidget *>(d->stackedWidget->widget(index)))
199 widget->setGitInfo(infos);
200}
201
202void GitTabWidget::setErrorMessage(int index, const QString &msg)
203{

Callers 2

readyWorkMethod · 0.45
instantBlameMethod · 0.45

Calls 2

widgetMethod · 0.45
setGitInfoMethod · 0.45

Tested by

no test coverage detected