| 1093 | } |
| 1094 | |
| 1095 | QMap<QString, Location>::const_iterator |
| 1096 | Singleton::getLastLocation(void) const |
| 1097 | { |
| 1098 | return this->locations.cend(); |
| 1099 | } |
| 1100 | |
| 1101 | QMap<QString, Orbit> const & |
| 1102 | Singleton::getSatelliteMap(void) const |
no outgoing calls
no test coverage detected