forked from qt-creator/qt-creator
QmakeProjectManager: Consistently use nullptr
Fixed by clang-tidy modernize-use-nullptr. Change-Id: Ie03a95647d66b97782663b9ff87dbac595496326 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
07e67b2188
commit
79aa48e9a4
@@ -40,7 +40,7 @@ class ClassList : public QListView
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit ClassList(QWidget *parent = 0);
|
||||
explicit ClassList(QWidget *parent = nullptr);
|
||||
|
||||
QString className(int row) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user