summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'helper.h')
-rw-r--r--helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/helper.h b/helper.h
index 033f7d6..642d566 100644
--- a/helper.h
+++ b/helper.h
@@ -14,6 +14,7 @@ class QString;
namespace Helper {
const QString mimeType(const QString &path);
+ const QString md5Sum(const QString &path);
}
#endif