summaryrefslogtreecommitdiffstats
path: root/src/location/maps/qgeomapobjectinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeomapobjectinfo.cpp')
-rw-r--r--src/location/maps/qgeomapobjectinfo.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/location/maps/qgeomapobjectinfo.cpp b/src/location/maps/qgeomapobjectinfo.cpp
index 1900820372..e399d47286 100644
--- a/src/location/maps/qgeomapobjectinfo.cpp
+++ b/src/location/maps/qgeomapobjectinfo.cpp
@@ -57,6 +57,7 @@ QTM_BEGIN_NAMESPACE
particular QGeoMapData subclass.
\inmodule QtLocation
+ \since 1.1
\ingroup maps-impl
@@ -101,7 +102,7 @@ QGeoMapObjectInfo::~QGeoMapObjectInfo()
void QGeoMapObjectInfo::init() {}
/*!
- This function is called when the window size of the map changes to
+ This function is called when the window size of the map changes to
\a windowSize.
The default implementation does nothing.
@@ -112,7 +113,7 @@ void QGeoMapObjectInfo::windowSizeChanged(const QSizeF &windowSize)
}
/*!
- This function is called when the zoom level of the map changes to
+ This function is called when the zoom level of the map changes to
\a zoomLevel.
The default implementation does nothing.
@@ -123,7 +124,7 @@ void QGeoMapObjectInfo::zoomLevelChanged(qreal zoomLevel)
}
/*!
- This function is called when the center of the map changes to
+ This function is called when the center of the map changes to
\a coordinate.
The default implementation does nothing.
@@ -144,7 +145,7 @@ void QGeoMapObjectInfo::zValueChanged(int zValue)
}
/*!
- This function is run when the visible state of the object changes to
+ This function is run when the visible state of the object changes to
\a visible.
The default implementation does nothing.
@@ -155,7 +156,7 @@ void QGeoMapObjectInfo::visibleChanged(bool visible)
}
/*!
- This function is run when the selected state of the object changes to
+ This function is run when the selected state of the object changes to
\a selected.
The default implementation does nothing.