summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/test_qtmainwin_library/myobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/cmake/test_qtmainwin_library/myobject.h')
-rw-r--r--tests/auto/cmake/test_qtmainwin_library/myobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/cmake/test_qtmainwin_library/myobject.h b/tests/auto/cmake/test_qtmainwin_library/myobject.h
index f916675817..df0e377a60 100644
--- a/tests/auto/cmake/test_qtmainwin_library/myobject.h
+++ b/tests/auto/cmake/test_qtmainwin_library/myobject.h
@@ -35,7 +35,7 @@ class MyObject : public QObject
{
Q_OBJECT
public:
- MyObject(QObject *parent = 0);
+ MyObject(QObject *parent = nullptr);
signals:
void someSignal();