summaryrefslogtreecommitdiff
path: root/src/location/declarativeplaces/qdeclarativeplaceattribute_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/declarativeplaces/qdeclarativeplaceattribute_p.h')
-rw-r--r--src/location/declarativeplaces/qdeclarativeplaceattribute_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/declarativeplaces/qdeclarativeplaceattribute_p.h b/src/location/declarativeplaces/qdeclarativeplaceattribute_p.h
index eb651106..af559bc0 100644
--- a/src/location/declarativeplaces/qdeclarativeplaceattribute_p.h
+++ b/src/location/declarativeplaces/qdeclarativeplaceattribute_p.h
@@ -69,8 +69,8 @@ class Q_LOCATION_PRIVATE_EXPORT QDeclarativePlaceAttribute : public QObject
Q_PROPERTY(QString text READ text WRITE setText NOTIFY textChanged)
public:
- explicit QDeclarativePlaceAttribute(QObject *parent = 0);
- explicit QDeclarativePlaceAttribute(const QPlaceAttribute &src, QObject *parent = 0);
+ explicit QDeclarativePlaceAttribute(QObject *parent = nullptr);
+ explicit QDeclarativePlaceAttribute(const QPlaceAttribute &src, QObject *parent = nullptr);
~QDeclarativePlaceAttribute();
QPlaceAttribute attribute() const;