Skip to content

Commit

Permalink
[datareader.cpp] Rectify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Mar 12, 2024
1 parent e5ff617 commit 3973296
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 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") &&
Expand Down

0 comments on commit 3973296

Please sign in to comment.