Skip to content

Commit

Permalink
[datareader.cpp] Insert comment and align with current TS files
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Mar 14, 2024
1 parent 73b543a commit b5b4ad2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/datareader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ TagLib::File* DataReader::getFileByMimeType(QString file)

void DataReader::readFile(QString file)
{
// Is oFile used somewhere? (I failed to find a location.)
// If not, what is this new line good for? For details, see PR #75.
QString oFile = file;

file.remove("file://");
Expand Down

0 comments on commit b5b4ad2

Please sign in to comment.