| 190 | } |
| 191 | |
| 192 | void ProcessorWindow::resized() { |
| 193 | traceScope(); |
| 194 | DocumentWindow::resized(); |
| 195 | updateScreenCaptureArea(); |
| 196 | } |
| 197 | |
| 198 | void ProcessorWindow::setVisible(bool b) { |
| 199 | traceScope(); |
nothing calls this directly
no outgoing calls
no test coverage detected