summaryrefslogtreecommitdiffstats
path: root/src/location/maps/qgeomapobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeomapobject.cpp')
-rw-r--r--src/location/maps/qgeomapobject.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/location/maps/qgeomapobject.cpp b/src/location/maps/qgeomapobject.cpp
index cd3c6836a9..3c42fc4522 100644
--- a/src/location/maps/qgeomapobject.cpp
+++ b/src/location/maps/qgeomapobject.cpp
@@ -57,6 +57,7 @@ QTM_BEGIN_NAMESPACE
\class QGeoMapObject
\brief The QGeoMapObject class is a graphical item to be displayed on a map.
\inmodule QtLocation
+ \since 1.1
\ingroup maps-mapping-objects
@@ -458,7 +459,7 @@ void QGeoMapObject::setUnits(const CoordinateUnit &unit)
/*!
\fn void QGeoMapObject::zValueChanged(int zValue)
- This signal is emitted when the z value of the map object
+ This signal is emitted when the z value of the map object
has changed.
The new value is \a zValue.
@@ -467,7 +468,7 @@ void QGeoMapObject::setUnits(const CoordinateUnit &unit)
/*!
\fn void QGeoMapObject::visibleChanged(bool visible)
- This signal is emitted when the visible state of the map object
+ This signal is emitted when the visible state of the map object
has changed.
The new value is \a visible.