* Returns the name of the position source to be used. * * If this is empty, the system's default source shall be used. * * \see QGeoPositionInfoSource::createSource * \see QGeoPositionInfoSource::createDefaultSource */
| 179 | * \see QGeoPositionInfoSource::createDefaultSource |
| 180 | */ |
| 181 | QString positionSource() const { return sensors.position_source; } |
| 182 | |
| 183 | /** |
| 184 | * Changes the name of the position source. |
no outgoing calls
no test coverage detected