summaryrefslogtreecommitdiff
path: root/src/positioning/qgeorectangle.cpp
diff options
context:
space:
mode:
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()) {