diff options
author | alex <alex.blasche@nokia.com> | 2011-10-20 17:06:24 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-10-20 09:17:59 +0200 |
commit | 12b17d4262a1c1eddcab9f439ada8586673037f8 (patch) | |
tree | e21e3195444e94f13f9053cfad4cf1f2066ac03f /src/location/qgeopositioninfosource.cpp | |
parent | 0acb68f58dc276faea85c74311fee3920a99eac6 (diff) | |
download | qtlocation-12b17d4262a1c1eddcab9f439ada8586673037f8.tar.gz |
Remove obsolete \since flags from good old Mobility times.
Change-Id: I191f73426ec27df91409909004ac5a60f5b3aacc
Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src/location/qgeopositioninfosource.cpp')
-rw-r--r-- | src/location/qgeopositioninfosource.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/location/qgeopositioninfosource.cpp b/src/location/qgeopositioninfosource.cpp index 29517c81..ec635e7a 100644 --- a/src/location/qgeopositioninfosource.cpp +++ b/src/location/qgeopositioninfosource.cpp @@ -75,7 +75,6 @@ QT_BEGIN_NAMESPACE \brief The QGeoPositionInfoSource class is an abstract base class for the distribution of positional updates. \inmodule QtLocation - \since 1.0 \ingroup location @@ -316,7 +315,6 @@ QGeoPositionInfoSource::~QGeoPositionInfoSource() Note: Subclass implementations must call the base implementation of setUpdateInterval() so that updateInterval() returns the correct value. - \since 1.0 */ void QGeoPositionInfoSource::setUpdateInterval(int msec) { @@ -340,7 +338,6 @@ int QGeoPositionInfoSource::updateInterval() const \bold {Note:} When reimplementing this method, subclasses must call the base method implementation to ensure preferredPositioningMethods() returns the correct value. - \since 1.0 \sa supportedPositioningMethods() */ void QGeoPositionInfoSource::setPreferredPositioningMethods(PositioningMethods methods) @@ -353,7 +350,6 @@ void QGeoPositionInfoSource::setPreferredPositioningMethods(PositioningMethods m /*! Returns the positioning methods set by setPreferredPositioningMethods(). - \since 1.0 */ QGeoPositionInfoSource::PositioningMethods QGeoPositionInfoSource::preferredPositioningMethods() const { @@ -370,7 +366,6 @@ QGeoPositionInfoSource::PositioningMethods QGeoPositionInfoSource::preferredPosi Note: Symbian applications will need to have the Location capability otherwise this will return 0. - \since 1.0 */ QGeoPositionInfoSource *QGeoPositionInfoSource::createDefaultSource(QObject *parent) @@ -477,7 +472,6 @@ QStringList QGeoPositionInfoSource::availableSources() If \a fromSatellitePositioningMethodsOnly is true, this returns the last known position received from a satellite positioning method; if none is available, a null update is returned. - \since 1.0 */ /*! @@ -485,7 +479,6 @@ QStringList QGeoPositionInfoSource::availableSources() Returns the positioning methods available to this source. - \since 1.0 \sa setPreferredPositioningMethods() */ @@ -496,7 +489,6 @@ QStringList QGeoPositionInfoSource::availableSources() This is the minimum value accepted by setUpdateInterval() and requestUpdate(). - \since 1.0 */ @@ -513,14 +505,12 @@ QStringList QGeoPositionInfoSource::availableSources() lost or if a hardware error is detected. Position updates will recommence if the data becomes available later on. The updateTimout() signal will not be emitted again until after the periodic updates resume. - \since 1.0 */ /*! \fn virtual void QGeoPositionInfoSource::stopUpdates() = 0; Stops emitting updates at regular intervals. - \since 1.0 */ /*! @@ -541,7 +531,6 @@ QStringList QGeoPositionInfoSource::availableSources() If the source uses multiple positioning methods, it tries to gets the current position from the most accurate positioning method within the given timeout. - \since 1.0 */ /*! @@ -551,7 +540,6 @@ QStringList QGeoPositionInfoSource::availableSources() when an update becomes available. The \a update value holds the value of the new update. - \since 1.0 */ /*! @@ -563,7 +551,6 @@ QStringList QGeoPositionInfoSource::availableSources() If startUpdates() has been called, this signal will be emitted if this QGeoPositionInfoSource subclass determines that it will not be able to provide further regular updates. This signal will not be emitted again until after the regular updates resume. - \since 1.0 */ #include "moc_qgeopositioninfosource.cpp" |