| 67 | } |
| 68 | |
| 69 | void ProcessorWindow::closeButtonPressed() { |
| 70 | getApp()->hideEditor(m_tid); |
| 71 | if (nullptr != m_onHide) { |
| 72 | m_onHide(); |
| 73 | } |
| 74 | } |
| 75 | |
| 76 | void ProcessorWindow::forgetEditor() { |
| 77 | traceScope(); |
nothing calls this directly
no test coverage detected