forked from qt-creator/qt-creator
FileName: Add method to find parent directories
Change-Id: Ia8382e3f7a9312e0878cce041723973ccf751aae Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
@@ -152,6 +152,8 @@ public:
|
||||
QString toString() const;
|
||||
QString toUserOutput() const;
|
||||
|
||||
FileName parentDir() const;
|
||||
|
||||
bool operator==(const FileName &other) const;
|
||||
bool operator!=(const FileName &other) const;
|
||||
bool operator<(const FileName &other) const;
|
||||
|
||||
Reference in New Issue
Block a user