From 12b17d4262a1c1eddcab9f439ada8586673037f8 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 20 Oct 2011 17:06:24 +1000 Subject: Remove obsolete \since flags from good old Mobility times. Change-Id: I191f73426ec27df91409909004ac5a60f5b3aacc Reviewed-by: Alex --- src/location/qgeoareamonitor.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/location/qgeoareamonitor.cpp') diff --git a/src/location/qgeoareamonitor.cpp b/src/location/qgeoareamonitor.cpp index 5100ef35..f1615dad 100644 --- a/src/location/qgeoareamonitor.cpp +++ b/src/location/qgeoareamonitor.cpp @@ -51,7 +51,6 @@ changes for a specified set of coordinates. \inmodule QtLocation - \since 1.0 \ingroup location @@ -130,7 +129,6 @@ QGeoAreaMonitor::~QGeoAreaMonitor() Note: Subclass implementations must call the base implementation of setCenter() so that center() returns the correct value. - \since 1.0 */ void QGeoAreaMonitor::setCenter(const QGeoCoordinate &coordinate) { @@ -157,7 +155,6 @@ QGeoCoordinate QGeoAreaMonitor::center() const Note: Subclass implementations must call the base implementation of setRadius() so that radius() returns the correct value. - \since 1.0 */ void QGeoAreaMonitor::setRadius(qreal radius) { @@ -177,7 +174,6 @@ qreal QGeoAreaMonitor::radius() const Note: Symbian applications will need to have the Location capability otherwise this will return 0. - \since 1.0 */ QGeoAreaMonitor *QGeoAreaMonitor::createDefaultMonitor(QObject *parent) { @@ -203,7 +199,6 @@ QGeoAreaMonitor *QGeoAreaMonitor::createDefaultMonitor(QObject *parent) monitored area to a position within the monitored area. The \a update holds the new position. - \since 1.0 */ /*! @@ -213,7 +208,6 @@ QGeoAreaMonitor *QGeoAreaMonitor::createDefaultMonitor(QObject *parent) monitored area to a position outside the monitored area. The \a update holds the new position. - \since 1.0 */ QT_END_NAMESPACE -- cgit v1.2.1