Skip to content

Commit

Permalink
Add extra note to position kit's source()
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Dec 10, 2018
1 parent ffded6f commit ccb9a61
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/quickgui/qgsquickpositionkit.h
Expand Up @@ -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;

/**
Expand Down

0 comments on commit ccb9a61

Please sign in to comment.