FilePath: add [[nodiscard]] to FilePath::cleanPath

Change-Id: I546db0a73b21bc6fe76d6439e0df0bef479106b8
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
David Schulz
2021-09-09 11:56:11 +02:00
parent 43bcf91121
commit f12409fbd6

View File

@@ -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;