| 955 | } |
| 956 | |
| 957 | void Processor::showEditor(int x, int y) { |
| 958 | traceScope(); |
| 959 | if (auto c = getClient()) { |
| 960 | c->showEditor(m_activeWindowChannel, x, y); |
| 961 | } |
| 962 | } |
| 963 | |
| 964 | void Processor::hideEditor() { |
| 965 | traceScope(); |
nothing calls this directly
no outgoing calls
no test coverage detected