summaryrefslogtreecommitdiff
path: root/src/location/declarativemaps/qdeclarativegeoroute_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/declarativemaps/qdeclarativegeoroute_p.h')
-rw-r--r--src/location/declarativemaps/qdeclarativegeoroute_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/declarativemaps/qdeclarativegeoroute_p.h b/src/location/declarativemaps/qdeclarativegeoroute_p.h
index 30264833..711cde44 100644
--- a/src/location/declarativemaps/qdeclarativegeoroute_p.h
+++ b/src/location/declarativemaps/qdeclarativegeoroute_p.h
@@ -79,8 +79,8 @@ class Q_LOCATION_PRIVATE_EXPORT QDeclarativeGeoRoute : public QObject
Q_PROPERTY(QObject *extendedAttributes READ extendedAttributes CONSTANT REVISION 13)
public:
- explicit QDeclarativeGeoRoute(QObject *parent = 0);
- QDeclarativeGeoRoute(const QGeoRoute &route, QObject *parent = 0);
+ explicit QDeclarativeGeoRoute(QObject *parent = nullptr);
+ QDeclarativeGeoRoute(const QGeoRoute &route, QObject *parent = nullptr);
~QDeclarativeGeoRoute();
QGeoRectangle bounds() const;