From 07de1d0f0f93b742434e2fcfda70bf70cb6373c9 Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Mon, 24 Feb 2020 14:03:24 +0100 Subject: Fix return type of doc for qmlmethod MapPolyline.setPath Fixes: QTBUG-82417 Change-Id: Id9be6f9e248612bce3a17a65d5f73f7ec4c9f45f Reviewed-by: Paul Wicking Reviewed-by: Alex Blasche --- src/location/declarativemaps/qdeclarativepolylinemapitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/location/declarativemaps/qdeclarativepolylinemapitem.cpp b/src/location/declarativemaps/qdeclarativepolylinemapitem.cpp index 10f3f0c3..d20d175f 100644 --- a/src/location/declarativemaps/qdeclarativepolylinemapitem.cpp +++ b/src/location/declarativemaps/qdeclarativepolylinemapitem.cpp @@ -807,7 +807,7 @@ void QDeclarativePolylineMapItem::setPath(const QJSValue &value) } /*! - \qmlmethod int MapPolyline::setPath(geopath path) + \qmlmethod void MapPolyline::setPath(geopath path) Sets the \a path using a geopath type. -- cgit v1.2.1