summaryrefslogtreecommitdiffstats
path: root/src/location/maps/qgeomaptextobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeomaptextobject.cpp')
-rw-r--r--src/location/maps/qgeomaptextobject.cpp13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/location/maps/qgeomaptextobject.cpp b/src/location/maps/qgeomaptextobject.cpp
index 0c451f451a..8cc8d1ab08 100644
--- a/src/location/maps/qgeomaptextobject.cpp
+++ b/src/location/maps/qgeomaptextobject.cpp
@@ -50,6 +50,7 @@ QTM_BEGIN_NAMESPACE
text on a map.
\inmodule QtLocation
+ \since 1.1
\ingroup maps-mapping-objects
@@ -72,7 +73,7 @@ QGeoMapTextObject::QGeoMapTextObject()
Constructs a new text object which will display the text \a text with font
\a font at the coordinate \a coordinate on the map.
- The text will be displayed at an on-screen offset from the coordinate of \a
+ The text will be displayed at an on-screen offset from the coordinate of \a
offset pixels, and will be aligned according to \a alignment.
*/
QGeoMapTextObject::QGeoMapTextObject(const QGeoCoordinate &coordinate,
@@ -297,7 +298,7 @@ void QGeoMapTextObject::setAlignment(Qt::Alignment alignment)
/*!
\fn void QGeoMapTextObject::coordinateChanged(const QGeoCoordinate &coordinate)
- This signal is emitted when the coordinate at which this text
+ This signal is emitted when the coordinate at which this text
object will be drawn has changed.
The new value is \a coordinate.
@@ -306,7 +307,7 @@ void QGeoMapTextObject::setAlignment(Qt::Alignment alignment)
/*!
\fn void QGeoMapTextObject::textChanged(const QString &text)
- This signal is emitted when the text to be drawn by this text object
+ This signal is emitted when the text to be drawn by this text object
has changed.
The new value is \a text.
@@ -315,7 +316,7 @@ void QGeoMapTextObject::setAlignment(Qt::Alignment alignment)
/*!
\fn void QGeoMapTextObject::fontChanged(const QFont &font)
- This signal is emitted when the font use to draw this text object
+ This signal is emitted when the font use to draw this text object
has changed.
The new value is \a font.
@@ -324,7 +325,7 @@ void QGeoMapTextObject::setAlignment(Qt::Alignment alignment)
/*!
\fn void QGeoMapTextObject::penChanged(const QPen &pen)
- This signal is emitted when the pen used to draw the outline of the
+ This signal is emitted when the pen used to draw the outline of the
letters for this text object has changed.
The new value is \a pen.
@@ -342,7 +343,7 @@ void QGeoMapTextObject::setAlignment(Qt::Alignment alignment)
/*!
\fn void QGeoMapTextObject::offsetChanged(const QPoint &offset)
- This signal is emitted when the on screen offset from the coordinate at
+ This signal is emitted when the on screen offset from the coordinate at
which this text object will be drawn has changed.
The new value is \a offset.