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:
@@ -42,8 +42,8 @@ public:
|
||||
void setTarget(ProjectExplorer::Target *target);
|
||||
ProjectExplorer::Target *target() const;
|
||||
|
||||
QString findPath(const QString &filePath, bool *success = 0) const;
|
||||
QUrl findUrl(const QString &filePath, bool *success = 0) const;
|
||||
QString findPath(const QString &filePath, bool *success = nullptr) const;
|
||||
QUrl findUrl(const QString &filePath, bool *success = nullptr) const;
|
||||
|
||||
private:
|
||||
QPointer<ProjectExplorer::Target> m_target;
|
||||
|
||||
Reference in New Issue
Block a user