PDA

View Full Version : QUrl.toLocalFile() and fragments.



amicitas
7th October 2008, 09:27
I am trying to parse some urls using QUrl. Most of these urls point to local files.
Is there a way to suppress removing of the fragment (the part after the #) when using toLocalFile()? I have some files with # in the file name and they are being lopped off.

I can easily write a little function that will put the fragment back on but is any better way to do it?

- amicitas