| 21 | } |
| 22 | |
| 23 | void TemporalControlWindow::initIntern(SimulationFacade simulationFacade) |
| 24 | { |
| 25 | _simulationFacade = simulationFacade; |
| 26 | } |
| 27 | |
| 28 | void TemporalControlWindow::onSnapshot() |
| 29 | { |
nothing calls this directly
no outgoing calls
no test coverage detected