Skip to content

Commit

Permalink
chore: fix linting issue in exiftool.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Apr 19, 2024
1 parent 0c5278f commit 22a0daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/src/external/exiftool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ bool Exiftool::start(int msecs)
return ok;
}

bool Exiftool::setMetadata(const QString &file, const QMap<QString, QString> &metadata, bool clear, int msecs)
bool Exiftool::setMetadata(const QString &file, const QMap<QString, QString> &metadata, bool clear, int msecs)
{
QStringList commands;
commands.append({ "-charset", "filename=utf8" });
Expand Down

0 comments on commit 22a0daf

Please sign in to comment.