KUrl(QString) fix

Ralf Habacker ralf.habacker at freenet.de
Wed Dec 20 18:52:06 CET 2006


David Faure schrieb:
> On Wednesday 20 December 2006 18:30, Ralf Habacker wrote:
>   
>> As result it looks to me that in kde code toLocalFile() should be used 
>> in every place where the local path of an url is used, not path()
>>     
>
> Wow. That's a LOT of work...
>
>   
May be a workaround on windows could be to call QUrl::toLocalFile() 
instead of QUrl::path() in KUrl::path()

Unfortunally KUrl::path() is an inline function. :-(

Ralf



More information about the Kde-windows mailing list