#ifndef HELPER_H #define HELPER_H #include namespace Helper { const QString md5Sum(const QString &path); } #endif // HELPER_H