🌈 style(文件同步): 添加日志

This commit is contained in:
huheng@kylinos.cn 2022-12-07 15:44:23 +08:00
parent 1d92b502b0
commit 552a0b5a02
1 changed files with 1 additions and 0 deletions

View File

@ -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;