forked from qt-creator/qt-creator
Some clang-tidy -use-modernize-nullptr
Change-Id: I1bed5e85a5b7948d08502a72a10f80baa075c204 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
using namespace CPlusPlus;
|
||||
|
||||
Macro::Macro()
|
||||
: _next(0),
|
||||
: _next(nullptr),
|
||||
_hashcode(0),
|
||||
_fileRevision(0),
|
||||
_line(0),
|
||||
|
||||
Reference in New Issue
Block a user