Skip to content

Commit

Permalink
[datareader.cpp] Omit superfluous space character " "
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Mar 12, 2024
1 parent fc9d26c commit 72261f1
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 @@ -227,7 +227,7 @@ void DataReader::readFile(QString file)
QString th2 = QStandardPaths::writableLocation(QStandardPaths::CacheLocation) +
"/media-art/album-" + doubleHash(m_artist, m_album) +
iterator.fileInfo().suffix();
qDebug() << "PROCESSING FILE: " << iterator.filePath() ;
qDebug() << "PROCESSING FILE: " << iterator.filePath();
QFile::copy(iterator.filePath(), th2);
}
}
Expand Down

0 comments on commit 72261f1

Please sign in to comment.