| 532 | } |
| 533 | |
| 534 | SystemLocation SystemClientShip::destination() const { |
| 535 | return m_destination.get(); |
| 536 | } |
| 537 | |
| 538 | void SystemClientShip::setDestination(SystemLocation const& destination) { |
| 539 | auto location = m_systemLocation.get(); |
no test coverage detected