Skip to content
Commit d38d7df3 authored by Kai Uwe Broulik's avatar Kai Uwe Broulik 🍇
Browse files

Replace QUrl::fromUserInput by lighter heuristic

I just found that QUrl::fromLocalFile() actually calls QFileInfo::exists on the URL which is not something you want to be doing
constantly and especially not for remote locations.

Differential Revision: https://phabricator.kde.org/D21164
parent 1e175254
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment