From 8f057784da92ee46c0fc64220aeb19aec0a6389e Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Wed, 14 Sep 2022 22:06:49 +0200 Subject: Cleanup: More nullptr instead of 0 Change-Id: I6316384be07f1d0634860c3ddcbe85455e218fed Reviewed-by: Alex Blasche --- src/location/declarativeplaces/qdeclarativecategory_p.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/location/declarativeplaces/qdeclarativecategory_p.h') 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 { -- cgit v1.2.1