| 1112 | } |
| 1113 | |
| 1114 | void WorkspaceWidget::setText(const QString &text) |
| 1115 | { |
| 1116 | if (auto tabWidget = d->currentTabWidget()) |
| 1117 | tabWidget->setText(text); |
| 1118 | } |
| 1119 | |
| 1120 | void WorkspaceWidget::saveAll() const |
| 1121 | { |
nothing calls this directly
no test coverage detected