mirror of
https://github.com/KDE/kasts.git
synced 2024-12-26 16:33:14 +01:00
Clazy fixes
This commit is contained in:
parent
e0ce488979
commit
e3678fdff5
@ -121,7 +121,7 @@ QString Fetcher::image(QString url)
|
||||
delete reply;
|
||||
});
|
||||
|
||||
return QStringLiteral("");
|
||||
return QLatin1String("");
|
||||
}
|
||||
|
||||
void Fetcher::removeImage(QString url)
|
||||
|
Loading…
Reference in New Issue
Block a user