Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mirall/fileutils.h')
-rw-r--r--src/mirall/fileutils.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/mirall/fileutils.h b/src/mirall/fileutils.h
new file mode 100644
index 000000000..8ef798175
--- /dev/null
+++ b/src/mirall/fileutils.h
@@ -0,0 +1,18 @@
+
+#ifndef MIRALL_FILEUTILS_H
+#define MIRALL_FILEUTILS_H
+
+#include <QString>
+
+namespace Mirall
+{
+
+class FileUtils
+{
+public:
+ static bool removeDir(const QString &path);
+};
+
+}
+
+#endif