| 674 | } |
| 675 | |
| 676 | void TabWidget::reloadFile(const QString &fileName) |
| 677 | { |
| 678 | if (auto editor = d->findEditor(fileName)) |
| 679 | editor->reload(); |
| 680 | } |
| 681 | |
| 682 | void TabWidget::setFileModified(const QString &fileName, bool isModified) |
| 683 | { |
nothing calls this directly
no test coverage detected