| 962 | } |
| 963 | |
| 964 | void Processor::hideEditor() { |
| 965 | traceScope(); |
| 966 | if (auto c = getClient()) { |
| 967 | c->hideEditor(); |
| 968 | } |
| 969 | } |
| 970 | |
| 971 | void Processor::updateScreenCaptureArea(int val) { |
| 972 | traceScope(); |
nothing calls this directly
no outgoing calls
no test coverage detected