From 3973296e0f469f570a1a043466c90d7e503022ae Mon Sep 17 00:00:00 2001 From: olf Date: Tue, 12 Mar 2024 21:28:22 +0100 Subject: [PATCH] [datareader.cpp] Rectify comment --- src/datareader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/datareader.cpp b/src/datareader.cpp index 8baf56f..7f56351 100644 --- a/src/datareader.cpp +++ b/src/datareader.cpp @@ -215,7 +215,7 @@ void DataReader::readFile(QString file) while (iterator.hasNext()) { iterator.next(); // we are explicit about two common factors, the suffix .jpeg (ToDo: add .jpg and .png - // throughout all source code), and basename cover or folder + // throughout all C++ source code files), and basename cover or folder if (iterator.fileInfo().isFile()) { if ( iterator.fileInfo().suffix() == "jpeg" && // (… || iterator.fileInfo().suffix() == "jpg" || iterator.fileInfo().suffix() == "png") &&