| 194 | } |
| 195 | |
| 196 | void 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 | |
| 202 | void GitTabWidget::setErrorMessage(int index, const QString &msg) |
| 203 | { |
no test coverage detected