forked from qt-creator/qt-creator
Git: Consistently use nullptr
Fixed by clang-tidy modernize-use-nullptr. Change-Id: I15944fd368fc9ee748545a295632fd1059048c46 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
98f779b8b9
commit
c4530d64b8
@@ -57,7 +57,7 @@ public:
|
||||
static const QLatin1String firstParentKey;
|
||||
static const QLatin1String lastResetIndexKey;
|
||||
|
||||
Utils::FileName gitExecutable(bool *ok = 0, QString *errorMessage = 0) const;
|
||||
Utils::FileName gitExecutable(bool *ok = nullptr, QString *errorMessage = nullptr) const;
|
||||
|
||||
GitSettings &operator = (const GitSettings &s);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user