From fa06e7ba7aaf026fab283fa60f0466a94646c1e8 Mon Sep 17 00:00:00 2001 From: olf Date: Tue, 12 Mar 2024 22:32:52 +0100 Subject: [PATCH] [datareader.cpp] Extend comment --- src/datareader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/datareader.cpp b/src/datareader.cpp index 05a8454..183d8b3 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 C++ source files), and basename cover or folder + // throughout all C++ source files, see issue #78), and basename cover or folder if (iterator.fileInfo().isFile()) { if ( iterator.fileInfo().suffix() == "jpeg" && // See ToDo above: (… || iterator.fileInfo().suffix() == "jpg" ||