#ifndef UTILS_H #define UTILS_H #include class Utils { public: static QString sizeFormat(qint64 bytes); }; #endif // UTILS_H