Clazy fix
This commit is contained in:
parent
1e29ab02ab
commit
b91171e21f
@ -104,7 +104,7 @@ void Fetcher::fetch(QUrl url)
|
||||
QString Fetcher::image(QString url)
|
||||
{
|
||||
QString path = imagePath(url);
|
||||
if (QFileInfo(path).exists()) {
|
||||
if (QFileInfo::exists(path)) {
|
||||
return path;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user