summaryrefslogtreecommitdiffstats
path: root/helper.h
blob: e005423d54e4cadc1cb67791b9766e6701d45f1b (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef HELPER_H
#define HELPER_H

#include <QString>

namespace Helper {
    const QString md5Sum(const QString &path);
}

#endif // HELPER_H