On quarta-feira, 14 de agosto de 2013 12:53:43, Mandeep Sandhu wrote: > A Url like the one in this post is quite possible if it came as part of > another url (eg: a url encoded as a parameter).
Indeed. But note what you said: it's encoded as a parameter. It's the
transport.
Another transport could be base64. E.g.:
http://example.com
=>
aHR0cDovL2V4YW1wbGUuY29t
=>
http://some.other,url/?q=aHR0cDovL2V4YW1wbGUuY29t
It's your responsibility to know what the transport encoding is and undo it.
Once you've got the actual URL, you can pass to QUrl.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
