summaryrefslogtreecommitdiff
path: root/src/positioning/qgeorectangle.cpp
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@jollamobile.com>2014-02-07 22:44:57 +1000
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-10 00:41:39 +0100
commit930de8867937b5a61786e5dc6723b229bf27e529 (patch)
treeecb4ad380a0ebb2dfde276164a363e9369a3460a /src/positioning/qgeorectangle.cpp
parente1798015044700cf4286ce2e8b559cced13da826 (diff)
downloadqtlocation-930de8867937b5a61786e5dc6723b229bf27e529.tar.gz
Fix documentation errors.
Change-Id: I16b4f9116a651edaebc54957daf528278785bc55 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/positioning/qgeorectangle.cpp')
-rw-r--r--src/positioning/qgeorectangle.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/positioning/qgeorectangle.cpp b/src/positioning/qgeorectangle.cpp
index f85f3939..47877d60 100644
--- a/src/positioning/qgeorectangle.cpp
+++ b/src/positioning/qgeorectangle.cpp
@@ -140,9 +140,8 @@ QGeoRectangle::QGeoRectangle(const QGeoCoordinate &topLeft, const QGeoCoordinate
}
/*!
- Constructs a georectangle from the list of coordinates, the returned rectangle is the smallest possible
- containing all the coordinates.
- */
+ Constructs a new geo rectangle, of minimum size, containing all of the \a coordinates.
+*/
QGeoRectangle::QGeoRectangle(const QList<QGeoCoordinate> &coordinates)
{
if (coordinates.isEmpty()) {