summaryrefslogtreecommitdiff
path: root/src/location/declarativemaps/locationvaluetypehelper_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/declarativemaps/locationvaluetypehelper_p.h')
-rw-r--r--src/location/declarativemaps/locationvaluetypehelper_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/location/declarativemaps/locationvaluetypehelper_p.h b/src/location/declarativemaps/locationvaluetypehelper_p.h
index ec593f3d..54d04f90 100644
--- a/src/location/declarativemaps/locationvaluetypehelper_p.h
+++ b/src/location/declarativemaps/locationvaluetypehelper_p.h
@@ -64,10 +64,8 @@ class QGeoCoordinate;
class QGeoRectangle;
class QGeoCircle;
-QGeoCoordinate Q_LOCATION_PRIVATE_EXPORT parseCoordinate(const QJSValue &value, bool *ok = nullptr);
QGeoCoordinate Q_LOCATION_PRIVATE_EXPORT parseCoordinate(const QVariant &value, bool *ok = nullptr);
QGeoRectangle Q_LOCATION_PRIVATE_EXPORT parseRectangle(const QJSValue &value, bool *ok);
-QGeoCircle Q_LOCATION_PRIVATE_EXPORT parseCircle(const QJSValue &value, bool *ok);
QJSValue Q_LOCATION_PRIVATE_EXPORT fromList(const QObject *object, const QList<QGeoCoordinate> &list);
QList<QGeoCoordinate> Q_LOCATION_PRIVATE_EXPORT toList(const QObject *object, const QJSValue &value);