We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffded6f commit ccb9a61Copy full SHA for ccb9a61
src/quickgui/qgsquickpositionkit.h
@@ -165,7 +165,10 @@ class QUICK_EXPORT QgsQuickPositionKit : public QObject
165
//! \copydoc QgsQuickPositionKit::simulatePositionLongLatRad
166
void setSimulatePositionLongLatRad( const QVector<double> &simulatePositionLongLatRad );
167
168
- //! Returns pointer to the internal QGeoPositionInfoSource object used to receive GPS location.
+ /**
169
+ * Returns pointer to the internal QGeoPositionInfoSource object used to receive GPS location.
170
+ * \note The returned pointer is only valid until sourceChanged() signal is emitted
171
+ */
172
QGeoPositionInfoSource *source() const;
173
174
/**
0 commit comments