forked from qt-creator/qt-creator
FilePath: add [[nodiscard]] to FilePath::cleanPath
Change-Id: I546db0a73b21bc6fe76d6439e0df0bef479106b8 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -143,7 +143,7 @@ public:
|
||||
|
||||
FilePath resolvePath(const FilePath &tail) const;
|
||||
FilePath resolvePath(const QString &tail) const;
|
||||
FilePath cleanPath() const;
|
||||
[[nodiscard]] FilePath cleanPath() const;
|
||||
FilePath canonicalPath() const;
|
||||
FilePath symLinkTarget() const;
|
||||
FilePath resolveSymlinks() const;
|
||||
|
Reference in New Issue
Block a user