| 9 | #include "EditorModel.h" |
| 10 | |
| 11 | SelectionWindow::SelectionWindow() |
| 12 | : AlienWindow("Selection", "windows.selection", true) |
| 13 | {} |
| 14 | |
| 15 | void SelectionWindow::processIntern() |
| 16 | { |
nothing calls this directly
no outgoing calls
no test coverage detected