diff options
author | Shawn Rutledge <shawn.rutledge@qt.io> | 2020-02-24 14:03:24 +0100 |
---|---|---|
committer | Shawn Rutledge <shawn.rutledge@qt.io> | 2020-02-25 20:54:15 +0100 |
commit | 07de1d0f0f93b742434e2fcfda70bf70cb6373c9 (patch) | |
tree | 2df1ccbb492f91bafcd2e993d6ccd54b9d2a5170 /src | |
parent | 1fb878d8de41a2cfd2e0afe4c939679bbb65fdb2 (diff) | |
download | qtlocation-07de1d0f0f93b742434e2fcfda70bf70cb6373c9.tar.gz |
Fix return type of doc for qmlmethod MapPolyline.setPath
Fixes: QTBUG-82417
Change-Id: Id9be6f9e248612bce3a17a65d5f73f7ec4c9f45f
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src')
-rw-r--r-- | src/location/declarativemaps/qdeclarativepolylinemapitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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. |