summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qdir.h
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2011-12-02 10:39:19 +0100
committerQt by Nokia <qt-info@nokia.com>2011-12-02 15:59:58 +0100
commit1bb51cb8b1de3ac795d408757812fc57fbf0a902 (patch)
tree59904e3e52f8fe307b292a4b3c8955a0952edebd /src/corelib/io/qdir.h
parent8c74fe5c7a754a072349fe4cb88834e6efdd5593 (diff)
Implement QDir::removeRecursively
Task-number: QTBUG-4592 Change-Id: I363e2c24d1c0ada975b8b927d7c6e776b8aae579 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'src/corelib/io/qdir.h')
-rw-r--r--src/corelib/io/qdir.h2
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;