forked from qt-creator/qt-creator
Utils: Remove FilePath::isChildOf(QDir) overload
After replacing its use in the two remaining places. Change-Id: I6900ccdaf4ba4cf035e59b1222f06b037e7da512 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -180,7 +180,6 @@ public:
|
||||
[[nodiscard]] QDir toDir() const; // Avoid.
|
||||
[[nodiscard]] FilePath absolutePath() const; // Avoid. Use resolvePath(...)[.parent()] with proper base.
|
||||
[[nodiscard]] FilePath absoluteFilePath() const; // Avoid. Use resolvePath(...) with proper base.
|
||||
[[nodiscard]] bool isChildOf(const QDir &dir) const; // Avoid. Use isChildOf(FilePath).
|
||||
|
||||
private:
|
||||
friend class ::tst_fileutils;
|
||||
|
Reference in New Issue
Block a user