summaryrefslogtreecommitdiffstats
path: root/src/location/declarativeplaces/qdeclarativeplace_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/declarativeplaces/qdeclarativeplace_p.h')
-rw-r--r--src/location/declarativeplaces/qdeclarativeplace_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/declarativeplaces/qdeclarativeplace_p.h b/src/location/declarativeplaces/qdeclarativeplace_p.h
index c54e3ddf..f5ac8a27 100644
--- a/src/location/declarativeplaces/qdeclarativeplace_p.h
+++ b/src/location/declarativeplaces/qdeclarativeplace_p.h
@@ -111,8 +111,8 @@ class Q_LOCATION_PRIVATE_EXPORT QDeclarativePlace : public QObject, public QQmlP
Q_INTERFACES(QQmlParserStatus)
public:
- explicit QDeclarativePlace(QObject *parent = 0);
- QDeclarativePlace(const QPlace &src, QDeclarativeGeoServiceProvider *plugin, QObject *parent = 0);
+ explicit QDeclarativePlace(QObject *parent = nullptr);
+ QDeclarativePlace(const QPlace &src, QDeclarativeGeoServiceProvider *plugin, QObject *parent = nullptr);
~QDeclarativePlace();
enum Status {Ready, Saving, Fetching, Removing, Error};