| 1166 | } |
| 1167 | |
| 1168 | void WorkspaceWidget::undo() |
| 1169 | { |
| 1170 | if (auto tabWidget = d->currentTabWidget()) |
| 1171 | QMetaObject::invokeMethod(tabWidget, "undo", Qt::QueuedConnection); |
| 1172 | } |
| 1173 | |
| 1174 | void WorkspaceWidget::reloadFile(const QString &fileName) |
| 1175 | { |
nothing calls this directly
no test coverage detected