]> cloud.milkyroute.net Git - dolphin.git/commit
Construct URLs passed via cmdline args using QUrl::fromUserInput()
authorArjun AK <arjunak234@gmail.com>
Mon, 9 Feb 2015 12:31:56 +0000 (18:01 +0530)
committerArjun AK <arjunak234@gmail.com>
Mon, 9 Feb 2015 12:45:37 +0000 (18:15 +0530)
commitb86d0def3924391e90fc582f719447e2ecdfa014
treee5c3c96f434245470af5b0365f695ca9516c0896
parentf67bdd0fb70520b83f6428619c02a996724543b5
Construct URLs passed via cmdline args using QUrl::fromUserInput()

Otherwise user will have to type "dolphin file:///tmp" instead of
"dolphin /tmp"

REVIEW: 122475
BUG: 343906
src/main.cpp