forked from qt-creator/qt-creator
Utils: add absoluteFilePath convenience function to FilePath
Change-Id: I870c3e8fce908d3c5830d2716b525cb12b701503 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -119,6 +119,7 @@ public:
|
||||
|
||||
FilePath parentDir() const;
|
||||
FilePath absolutePath() const;
|
||||
FilePath absoluteFilePath() const;
|
||||
FilePath absoluteFromRelativePath(const FilePath &anchor) const;
|
||||
|
||||
bool operator==(const FilePath &other) const;
|
||||
|
||||
Reference in New Issue
Block a user