Is it possible to get the encodedOriginal
from an invalid QUrl in Qt 4.7?
If I parse it normally, it only give me a host that is invalid, so it's impossible to reconstruct the string with QUrl::host()
.
More info :
If you go under the hood in QUrl, the string used to build the QUrl in stored in encodedOriginal
. I'm responding a LinkClicked
signal here