From 552a0b5a02a7f5c34c62c1d00c9f399493b7dffe Mon Sep 17 00:00:00 2001 From: "huheng@kylinos.cn" Date: Wed, 7 Dec 2022 15:44:23 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=88=20style(=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=90=8C=E6=AD=A5):=20=E6=B7=BB=E5=8A=A0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- filesync/fileparser.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/filesync/fileparser.cpp b/filesync/fileparser.cpp index 3761ce3..64f8837 100644 --- a/filesync/fileparser.cpp +++ b/filesync/fileparser.cpp @@ -125,6 +125,7 @@ void FileParSer::getFileInfoList(QString path, QList &list, QString fl } list.append(fileInfo); } + qInfo() << "In total, " << list.size() << " pieces of information were obtained."; file->close(); file->deleteLater(); file = nullptr;