#ifndef UTILS_H
#define UTILS_H

#include <QtGlobal>

class Utils
{
public:
    static QString sizeFormat(qint64 bytes);
};

#endif // UTILS_H