Skip to content

Commit

Permalink
[datareader.cpp] Extend comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Mar 12, 2024
1 parent 72261f1 commit fa06e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datareader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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" ||
Expand Down

0 comments on commit fa06e7b

Please sign in to comment.