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