Change 0 to nullptr

This commit is contained in:
Jonas Kvinge
2020-06-26 22:06:23 +02:00
parent de0e3a7bc9
commit 740f9581e6
5 changed files with 5 additions and 5 deletions

View File

@@ -68,7 +68,7 @@ public:
class TestQObject : public QObject {
Q_OBJECT
public:
TestQObject(QObject* parent = 0);
TestQObject(QObject* parent = nullptr);
void Emit();