| 1167 | } |
| 1168 | |
| 1169 | QHash<QString, Source::Config>::const_iterator |
| 1170 | Singleton::getFirstNetworkProfile(void) const |
| 1171 | { |
| 1172 | return this->networkProfiles.cbegin(); |
| 1173 | } |
| 1174 | |
| 1175 | QHash<QString, Source::Config>::const_iterator |
| 1176 | Singleton::getLastNetworkProfile(void) const |
no outgoing calls
no test coverage detected