summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'helper.h')
-rw-r--r--helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper.h b/helper.h
index 8c9482e..8a1f0d4 100644
--- a/helper.h
+++ b/helper.h
@@ -21,7 +21,7 @@ class QPixmap;
namespace Helper {
const QString mimeType(const QString &path);
const QString md5Sum(const QString &path);
- const QString moveToArchive(const QString &path, const QString &md5);
+ const QString moveToArchive(const QString &path, const QString &md5, bool copy = false);
bool removeFromArchive(const QString &filename, const QString &md5);
const QString createArchivePath(const QString &path, const QString &md5, bool withMd5 = false);
QPair<QString, QStringList> programData(const QString &prefix, const QString &preferred = QString());