Skip to content
Permalink
Browse files
Add extra note to position kit's source()
  • Loading branch information
wonder-sk committed Dec 10, 2018
1 parent ffded6f commit ccb9a61
Showing 1 changed file with 4 additions and 1 deletion.
@@ -165,7 +165,10 @@ class QUICK_EXPORT QgsQuickPositionKit : public QObject
//! \copydoc QgsQuickPositionKit::simulatePositionLongLatRad
void setSimulatePositionLongLatRad( const QVector<double> &simulatePositionLongLatRad );

//! Returns pointer to the internal QGeoPositionInfoSource object used to receive GPS location.
/**
* Returns pointer to the internal QGeoPositionInfoSource object used to receive GPS location.
* \note The returned pointer is only valid until sourceChanged() signal is emitted
*/
QGeoPositionInfoSource *source() const;

/**

0 comments on commit ccb9a61

Please sign in to comment.