forked from qt-creator/qt-creator
CppTools: Consistently use nullptr
Fixed by clang-tidy modernize-use-nullptr. Change-Id: I951627ba3543faa357f67ee76527518290efe3f1 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
@@ -217,7 +217,7 @@ private:
|
||||
|
||||
QStringRef currentTokenText() const;
|
||||
|
||||
int tokenizeBlock(const QTextBlock &block, bool *endedJoined = 0);
|
||||
int tokenizeBlock(const QTextBlock &block, bool *endedJoined = nullptr);
|
||||
|
||||
void turnInto(int newState);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user