summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeoroutereply.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeoroutereply.h')
-rw-r--r--src/location/maps/qgeoroutereply.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/maps/qgeoroutereply.h b/src/location/maps/qgeoroutereply.h
index 52f9133d..318d85f8 100644
--- a/src/location/maps/qgeoroutereply.h
+++ b/src/location/maps/qgeoroutereply.h
@@ -60,7 +60,7 @@ public:
UnknownError
};
- QGeoRouteReply(Error error, const QString &errorString, QObject *parent = 0);
+ explicit QGeoRouteReply(Error error, const QString &errorString, QObject *parent = Q_NULLPTR);
virtual ~QGeoRouteReply();
bool isFinished() const;
@@ -77,7 +77,7 @@ Q_SIGNALS:
void error(QGeoRouteReply::Error error, const QString &errorString = QString());
protected:
- QGeoRouteReply(const QGeoRouteRequest &request, QObject *parent = 0);
+ explicit QGeoRouteReply(const QGeoRouteRequest &request, QObject *parent = Q_NULLPTR);
void setError(Error error, const QString &errorString);
void setFinished(bool finished);