summaryrefslogtreecommitdiffstats
path: root/src/location/maps/qgeomapparameter_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeomapparameter_p.h')
-rw-r--r--src/location/maps/qgeomapparameter_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/maps/qgeomapparameter_p.h b/src/location/maps/qgeomapparameter_p.h
index ab3bc9c3..b10ab648 100644
--- a/src/location/maps/qgeomapparameter_p.h
+++ b/src/location/maps/qgeomapparameter_p.h
@@ -64,8 +64,8 @@ class Q_LOCATION_PRIVATE_EXPORT QGeoMapParameter : public QObject
Q_PROPERTY(QString type READ type WRITE setType)
public:
- explicit QGeoMapParameter(QObject *parent = 0);
- QGeoMapParameter(const QList<QPair<QLatin1String, QVariant>> &properties, QObject *parent = 0);
+ explicit QGeoMapParameter(QObject *parent = nullptr);
+ QGeoMapParameter(const QList<QPair<QLatin1String, QVariant>> &properties, QObject *parent = nullptr);
virtual ~QGeoMapParameter();
bool operator==(const QGeoMapParameter &other) const;