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

Method setErrorMessage

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

Source from the content-addressed store, hash-verified

200}
201
202void GitTabWidget::setErrorMessage(int index, const QString &msg)
203{
204 if (auto widget = qobject_cast<GitBaseWidget *>(d->stackedWidget->widget(index)))
205 widget->setReadyMessage(msg);
206}
207
208void GitTabWidget::closeWidget()
209{

Callers 1

readyWorkMethod · 0.80

Calls 2

widgetMethod · 0.45
setReadyMessageMethod · 0.45

Tested by

no test coverage detected