diff options
author | David Faure <faure@kde.org> | 2011-12-02 10:39:19 +0100 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-12-02 15:59:58 +0100 |
commit | 1bb51cb8b1de3ac795d408757812fc57fbf0a902 (patch) | |
tree | 59904e3e52f8fe307b292a4b3c8955a0952edebd /src/corelib/io/qdir.h | |
parent | 8c74fe5c7a754a072349fe4cb88834e6efdd5593 (diff) |
Diffstat (limited to 'src/corelib/io/qdir.h')
-rw-r--r-- | src/corelib/io/qdir.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/io/qdir.h b/src/corelib/io/qdir.h index 822173dfc8..e246f2f1aa 100644 --- a/src/corelib/io/qdir.h +++ b/src/corelib/io/qdir.h @@ -166,6 +166,8 @@ public: bool mkpath(const QString &dirPath) const; bool rmpath(const QString &dirPath) const; + bool removeRecursively(); + bool isReadable() const; bool exists() const; bool isRoot() const; |