Fix passing local file paths on the command line

Authored by wbauer on Jun 14 2019, 12:00 PM.

Description

Fix passing local file paths on the command line

Use QUrl::fromUserInput() to handle local file paths (without "file://")
as well.
QUrl::AssumeLocalFile is passed to avoid DNS lookups for
non-existent/mistyped file names.

Differential Revision: https://phabricator.kde.org/D21478

Details

Committed
wbauerJun 14 2019, 12:00 PM
Differential Revision
D21478: Fix passing local file paths on the command line
Parents
R181:fc370bbebf79: Set urgency to Low for track changes
Branches
Unknown
Tags
Unknown