FileName: Add method to find parent directories

Change-Id: Ia8382e3f7a9312e0878cce041723973ccf751aae
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
Tobias Hunger
2012-01-19 15:26:54 +01:00
parent 4dcbc7029f
commit 0df375a08a
6 changed files with 142 additions and 0 deletions

View File

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