summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerengine_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerengine_test.h')
-rw-r--r--tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerengine_test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerengine_test.h b/tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerengine_test.h
index c9fe8349..e6cc7236 100644
--- a/tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerengine_test.h
+++ b/tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerengine_test.h
@@ -43,7 +43,7 @@ class GeocodeReplyTest : public QGeoCodeReply
{
Q_OBJECT
public:
- GeocodeReplyTest(QObject *parent = 0) : QGeoCodeReply(parent) {}
+ GeocodeReplyTest(QObject *parent = nullptr) : QGeoCodeReply(parent) {}
void callAddLocation ( const QGeoLocation & location ) {addLocation(location);}
void callSetError ( Error error, const QString & errorString ) {setError(error, errorString);}