KUrl::path() <-> KUrl::toLocalFile()
Christian Ehrlicher
Ch.Ehrlicher at gmx.de
Tue Feb 24 20:05:25 GMT 2009
Hi,
While on Linux QUrl::path() == QUrl::toLocalFile(), this is not true for
windows. To work around this, a wrong hack was added to KUrl::path() to
also return a local file.
I removed this hack and have to change a lot of places from KUrl::path()
to KUrl::toLocalFile(). Now my question is if there're some
disadvantages in using KUrl::toLocalFile() which I've to remember.
Thx,
Christian
More information about the kde-core-devel
mailing list