spark-qt-research/MultiplethreadDownload/utils.h

13 lines
143 B
C
Raw Normal View History

2020-10-25 20:03:47 +08:00
#ifndef UTILS_H
#define UTILS_H
#include <QtGlobal>
class Utils
{
public:
static QString sizeFormat(qint64 bytes);
};
#endif // UTILS_H