0

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

Acibi
  • 1,737
  • 3
  • 16
  • 22
  • 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. – Acibi Nov 15 '11 at 14:56
  • Please add that info to your question (by editing it). – Mat Nov 15 '11 at 14:59

0 Answers0