From 930de8867937b5a61786e5dc6723b229bf27e529 Mon Sep 17 00:00:00 2001 From: Aaron McCarthy Date: Fri, 7 Feb 2014 22:44:57 +1000 Subject: Fix documentation errors. Change-Id: I16b4f9116a651edaebc54957daf528278785bc55 Reviewed-by: Alex Blasche --- src/positioning/qgeorectangle.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/positioning/qgeorectangle.cpp') 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 &coordinates) { if (coordinates.isEmpty()) { -- cgit v1.2.1