| 849 | } |
| 850 | |
| 851 | void WorkspaceWidgetPrivate::handleRemoveDebugLine() |
| 852 | { |
| 853 | for (auto tabWidget : tabWidgetList) |
| 854 | tabWidget->removeDebugLine(); |
| 855 | } |
| 856 | |
| 857 | void WorkspaceWidgetPrivate::handleGotoLine(const QString &fileName, int line) |
| 858 | { |
nothing calls this directly
no test coverage detected