#ifndef UTILITY_TC_H #define UTILITY_TC_H #include #include #include #include QString getFileNameBaseOnTime(); QString formatTimeStr(char * format); //https://blog.csdn.net/MoreWindows/article/details/6657829 void bubbleSort(unsigned short * a, int n); void swap(unsigned short * a, unsigned short * b); bool createDir(QString fullPath); QList getFileInfo(QString file); #endif // UTILITY_TC_H