#ifndef UTILITY_H #define UTILITY_H #include #include /** * @brief Calculate file's md5 sum value */ QByteArray md5_sum(QString &filename); #endif