aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/lots-of-dots/object.narf.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/api/testdata/lots-of-dots/object.narf.h')
-rw-r--r--tests/auto/api/testdata/lots-of-dots/object.narf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/api/testdata/lots-of-dots/object.narf.h b/tests/auto/api/testdata/lots-of-dots/object.narf.h
index 2fdebcd39..76147bf4d 100644
--- a/tests/auto/api/testdata/lots-of-dots/object.narf.h
+++ b/tests/auto/api/testdata/lots-of-dots/object.narf.h
@@ -34,7 +34,7 @@ class ObjectNarf : public QObject
{
Q_OBJECT
public:
- ObjectNarf(QObject *parent = 0);
+ ObjectNarf(QObject *parent = nullptr);
};
#endif