summaryrefslogtreecommitdiff
path: root/src/location/declarativeplaces/qdeclarativecategory_p.h
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-09-14 22:06:49 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-09-19 14:52:49 +0200
commit8f057784da92ee46c0fc64220aeb19aec0a6389e (patch)
tree62a816738f5638c662e4b6fa70bf64454160c2c8 /src/location/declarativeplaces/qdeclarativecategory_p.h
parentff4207b1a41db4d23d4d0183152776e73f252a3a (diff)
downloadqtlocation-8f057784da92ee46c0fc64220aeb19aec0a6389e.tar.gz
Cleanup: More nullptr instead of 0
Change-Id: I6316384be07f1d0634860c3ddcbe85455e218fed Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/location/declarativeplaces/qdeclarativecategory_p.h')
-rw-r--r--src/location/declarativeplaces/qdeclarativecategory_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/declarativeplaces/qdeclarativecategory_p.h b/src/location/declarativeplaces/qdeclarativecategory_p.h
index e1d1dcc9..e762b726 100644
--- a/src/location/declarativeplaces/qdeclarativecategory_p.h
+++ b/src/location/declarativeplaces/qdeclarativecategory_p.h
@@ -84,8 +84,8 @@ class Q_LOCATION_PRIVATE_EXPORT QDeclarativeCategory : public QObject, public QQ
Q_INTERFACES(QQmlParserStatus)
public:
- explicit QDeclarativeCategory(QObject *parent = 0);
- QDeclarativeCategory(const QPlaceCategory &category, QDeclarativeGeoServiceProvider *plugin, QObject *parent = 0);
+ explicit QDeclarativeCategory(QObject *parent = nullptr);
+ QDeclarativeCategory(const QPlaceCategory &category, QDeclarativeGeoServiceProvider *plugin, QObject *parent = nullptr);
~QDeclarativeCategory();
enum Visibility {