From 86d3baf2c6c6ff3bb987dcd30cd606f0a45ef626 Mon Sep 17 00:00:00 2001 From: Arno Date: Fri, 2 Sep 2016 21:23:37 +0200 Subject: Basic Version of FileWidget It checks the DB for md5sums and colors the files accordingly. As I said: very basic! --- helper.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 helper.h (limited to 'helper.h') 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 + +namespace Helper { + const QString md5Sum(const QString &path); +} + +#endif // HELPER_H -- cgit v1.2.3-70-g09d2