| 61 | } |
| 62 | |
| 63 | void NewSimulationDialog::openIntern() |
| 64 | { |
| 65 | auto worldSize = _simulationFacade->getWorldSize(); |
| 66 | _width = worldSize.x; |
| 67 | _height = worldSize.y; |
| 68 | } |
| 69 | |
| 70 | void NewSimulationDialog::onNewSimulation() |
| 71 | { |
nothing calls this directly
no test coverage detected