Revision fc72e22...

Go back to digest for 2nd December 2012

Optimization in Development Tools

Milian Wolff committed changes in [kdevplatform/sharedurls] project/tests/sharedurl.cpp:

Implement OptimizedUrl::isLocalFile and support file:// URLs properly.

We now use KUrl as a url parser and store the url prefix separately.
This should allow us to support any kind of URLs as long as they do
not contain sub urls, or fragments or any other more esoteric feature.
These should not be used in file managers anyways imo, thus this
should be OK I hope.

File Changes

Modified 1 files
  • project/tests/sharedurl.cpp
1 files changed in total