summaryrefslogtreecommitdiff
path: root/src/location/qgeoareamonitor.cpp
diff options
context:
space:
mode:
authoralex <alex.blasche@nokia.com>2011-10-20 17:06:24 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-20 09:17:59 +0200
commit12b17d4262a1c1eddcab9f439ada8586673037f8 (patch)
treee21e3195444e94f13f9053cfad4cf1f2066ac03f /src/location/qgeoareamonitor.cpp
parent0acb68f58dc276faea85c74311fee3920a99eac6 (diff)
downloadqtlocation-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/qgeoareamonitor.cpp')
-rw-r--r--src/location/qgeoareamonitor.cpp6
1 files changed, 0 insertions, 6 deletions
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