diff options
author | Arno <arno@disconnect.de> | 2016-09-02 21:23:37 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2016-09-02 21:23:37 +0200 |
commit | 86d3baf2c6c6ff3bb987dcd30cd606f0a45ef626 (patch) | |
tree | 59200a68c08325a46a144a2f1c9e393eadec4e86 /helper.h | |
parent | 8203bdcbdbc8c121831db0d197a89842b7178f59 (diff) | |
download | ShemovCleaner-86d3baf2c6c6ff3bb987dcd30cd606f0a45ef626.tar.gz ShemovCleaner-86d3baf2c6c6ff3bb987dcd30cd606f0a45ef626.tar.bz2 ShemovCleaner-86d3baf2c6c6ff3bb987dcd30cd606f0a45ef626.zip |
Basic Version of FileWidget
It checks the DB for md5sums and colors the files accordingly.
As I said: very basic!
Diffstat (limited to 'helper.h')
-rw-r--r-- | helper.h | 10 |
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 |