1. 错误控制;

2. 创建配置文件的文件夹;
This commit is contained in:
tangchao0503
2023-04-10 15:54:57 +08:00
parent b31cd5fc8a
commit 371c422a34
5 changed files with 54 additions and 16 deletions

View File

@ -16,6 +16,8 @@
#include <QCoreApplication>
#include <QDir>
#include "utility_tc.h"
using namespace std;
using namespace libconfig;

View File

@ -16,4 +16,8 @@ void bubbleSort(unsigned short * a, int n);
void swap(unsigned short * a, unsigned short * b);
bool createDir(QString fullPath);
QList<QString> getFileInfo(QString file);
#endif // UTILITY_TC_H