Change 0 to nullptr
This commit is contained in:
@@ -68,7 +68,7 @@ public:
|
||||
class TestQObject : public QObject {
|
||||
Q_OBJECT
|
||||
public:
|
||||
TestQObject(QObject* parent = 0);
|
||||
TestQObject(QObject* parent = nullptr);
|
||||
|
||||
void Emit();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user