summaryrefslogtreecommitdiff
path: root/client/Utility.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/Utility.h')
-rw-r--r--client/Utility.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/client/Utility.h b/client/Utility.h
new file mode 100644
index 0000000..fef395b
--- /dev/null
+++ b/client/Utility.h
@@ -0,0 +1,14 @@
+
+
+#ifndef UTILITY_H
+#define UTILITY_H
+
+#include <QFile>
+#include <QString>
+
+/**
+ * @brief Calculate file's md5 sum value
+ */
+QByteArray md5_sum(QString &filename);
+
+#endif \ No newline at end of file