summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'helper.h')
-rw-r--r--helper.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/helper.h b/helper.h
new file mode 100644
index 0000000..e005423
--- /dev/null
+++ b/helper.h
@@ -0,0 +1,10 @@
+#ifndef HELPER_H
+#define HELPER_H
+
+#include <QString>
+
+namespace Helper {
+ const QString md5Sum(const QString &path);
+}
+
+#endif // HELPER_H