🌈 style(文件同步): 添加日志
This commit is contained in:
parent
1d92b502b0
commit
552a0b5a02
|
@ -125,6 +125,7 @@ void FileParSer::getFileInfoList(QString path, QList<FileInfo> &list, QString fl
|
|||
}
|
||||
list.append(fileInfo);
|
||||
}
|
||||
qInfo() << "In total, " << list.size() << " pieces of information were obtained.";
|
||||
file->close();
|
||||
file->deleteLater();
|
||||
file = nullptr;
|
||||
|
|
Loading…
Reference in New Issue