Skip to content

Commit

Permalink
[datareader.cpp] Improve style as suggested by @dcaliste
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Mar 11, 2024
1 parent 0e9075f commit 96084f2
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 @@ -228,7 +228,7 @@ void DataReader::readFile(QString file)
{
QString th2 = QStandardPaths::writableLocation(QStandardPaths::CacheLocation) + "/media-art/album-"+ doubleHash(m_artist, m_album) + ".jpeg";
qDebug() << "PROCESSING FILE: " << iterator.filePath() ;
QFile::copy(iterator.filePath(), th2 );
QFile::copy(iterator.filePath(), th2);
}
}
}
Expand Down

0 comments on commit 96084f2

Please sign in to comment.