Clazy fixes

This commit is contained in:
Tobias Fella 2020-05-10 21:30:50 +02:00
parent e0ce488979
commit e3678fdff5
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ QString Fetcher::image(QString url)
delete reply;
});
return QStringLiteral("");
return QLatin1String("");
}
void Fetcher::removeImage(QString url)