summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'helper.h')
-rw-r--r--helper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/helper.h b/helper.h
index 642d566..639c633 100644
--- a/helper.h
+++ b/helper.h
@@ -15,6 +15,9 @@ class QString;
namespace Helper {
const QString mimeType(const QString &path);
const QString md5Sum(const QString &path);
+ bool moveToArchive(const QString &path, const QString &md5);
+ bool removeFromArchive(const QString &filename, const QString &md5);
+ const QString createArchivePath(const QString &path, const QString &md5, bool withMd5 = false);
}
#endif