Utils: Remove unused function FilePath::resolveSymlinkTarget()

Change-Id: I7687f094a1e8054ac8298be754e95252db64c022
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2021-07-21 10:47:07 +02:00
parent 3aa324ef1f
commit 1c3b9e2bfe

View File

@@ -198,7 +198,6 @@ public:
FilePath pathAppended(const QString &str) const; FilePath pathAppended(const QString &str) const;
FilePath stringAppended(const QString &str) const; FilePath stringAppended(const QString &str) const;
FilePath resolvePath(const QString &fileName) const; FilePath resolvePath(const QString &fileName) const;
FilePath resolveSymlinkTarget() const;
FilePath cleanPath() const; FilePath cleanPath() const;
FilePath canonicalPath() const; FilePath canonicalPath() const;