| 833 | } |
| 834 | |
| 835 | void WorkspaceWidgetPrivate::handleForward() |
| 836 | { |
| 837 | if (auto tabWidget = currentTabWidget()) |
| 838 | tabWidget->gotoNextPosition(); |
| 839 | } |
| 840 | |
| 841 | void WorkspaceWidgetPrivate::handleSetDebugLine(const QString &fileName, int line) |
| 842 | { |
nothing calls this directly
no test coverage detected