summaryrefslogtreecommitdiffstats
path: root/src/location/qgeoboundingarea.cpp
diff options
context:
space:
mode:
authorPeter Yard <peter.yard@nokia.com>2011-05-05 13:36:16 +1000
committerPeter Yard <peter.yard@nokia.com>2011-05-05 13:36:16 +1000
commit4d593201bd6dc93f6993691e2c6dc22b5da25361 (patch)
tree353ce953f6f91ab1d41b663202f8331b855dfdc6 /src/location/qgeoboundingarea.cpp
parentb16d439ef73544fe97b7bc4f2bb896174324e260 (diff)
Docs: QTMOBILITY-790 gallery, location, landmarks.
Diffstat (limited to 'src/location/qgeoboundingarea.cpp')
-rw-r--r--src/location/qgeoboundingarea.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/location/qgeoboundingarea.cpp b/src/location/qgeoboundingarea.cpp
index 1f256be676..6c88aec629 100644
--- a/src/location/qgeoboundingarea.cpp
+++ b/src/location/qgeoboundingarea.cpp
@@ -79,6 +79,7 @@ QGeoBoundingArea::~QGeoBoundingArea() {}
\fn virtual QGeoBoundingArea::AreaType QGeoBoundingArea::type() const
Returns the type of this area.
+\since 1.1
*/
/*!
@@ -89,6 +90,7 @@ Returns whether this bounding area is valid.
An area is considered to be invalid if some of the data that is required to
unambiguously describe the area has not been set or has been set to an
unsuitable value.
+\since 1.1
*/
/*!
@@ -97,6 +99,7 @@ unsuitable value.
Returns whether this bounding area is empty.
An empty area is a region which has a geometrical area of 0.
+\since 1.1
*/
/*!
@@ -104,6 +107,7 @@ An empty area is a region which has a geometrical area of 0.
Returns whether the coordinate \a coordinate is contained within this
area.
+\since 1.1
*/
QTM_END_NAMESPACE