diff --git a/src/location/declarativemaps/qdeclarativegeomap.cpp b/src/location/declarativemaps/qdeclarativegeomap.cpp index fd0b036d722802b380d43bc79b9045cd8eb56813..ff34f1ea387ee50cc8e0c0cce9259a51806f03f0 100644 --- a/src/location/declarativemaps/qdeclarativegeomap.cpp +++ b/src/location/declarativemaps/qdeclarativegeomap.cpp @@ -1336,7 +1336,7 @@ QColor QDeclarativeGeoMap::color() const This property holds whether the map has been successfully initialized and is ready to be used. Some methods, such as \l fromCoordinate and \l toCoordinate, will not work before the map is ready. Due to the architecture of the \l Map, it's advised to use the signal emitted for this property - in place of \l Component.onCompleted, to make sure that everything behaves as expected. + in place of \l {QtQml::Component::completed()}{Component.onCompleted}, to make sure that everything behaves as expected. \since 5.9 */ diff --git a/src/positioning/qgeopath.cpp b/src/positioning/qgeopath.cpp index 87f4a9d432b85b4619d725ca334536cd0f7bb6d5..b24daec679f878d1c162a367ce846c9db87326f0 100644 --- a/src/positioning/qgeopath.cpp +++ b/src/positioning/qgeopath.cpp @@ -115,7 +115,8 @@ QGeoPath::QGeoPath() } /*! - Constructs a new geo path from a list of coordinates. + Constructs a new geo path from a list of coordinates + (\a path and \a width). */ QGeoPath::QGeoPath(const QList<QGeoCoordinate> &path, const qreal &width) : QGeoShape(new QGeoPathPrivate(path, width)) diff --git a/src/positioning/qgeoshape.cpp b/src/positioning/qgeoshape.cpp index 60ef18a4fbb0fb1880f711c6a56fca11ea1e59c8..73dccaa4c964f85a367a9b580684168c8bbfd812 100644 --- a/src/positioning/qgeoshape.cpp +++ b/src/positioning/qgeoshape.cpp @@ -95,6 +95,7 @@ bool QGeoShapePrivate::operator==(const QGeoShapePrivate &other) const \value UnknownType A shape of unknown type. \value RectangleType A rectangular shape. \value CircleType A circular shape. + \value PathType A path type. */ /*! @@ -229,7 +230,7 @@ bool QGeoShape::contains(const QGeoCoordinate &coordinate) const } /*! - Returns a \a QGeoRectangle representing the geographical bounding rectangle of the + Returns a QGeoRectangle representing the geographical bounding rectangle of the geo shape, that defines the latitudinal/longitudinal bounds of the geo shape. \since 5.9