4

Im using Qt 4.7.1 and im trying to find way to decode url from : https://xxx.com&since=2011-01-27T10%3A33%3A50%2B0000 to vaild date , but i can find any way to do it now .. it used to be QUrl::decode.

user63898
  • 29,839
  • 85
  • 272
  • 514

1 Answers1

6

See QString QUrl::fromPercentEncoding ( const QByteArray & input ) [static]

Protomen
  • 9,471
  • 9
  • 57
  • 124
Piotr Dobrogost
  • 41,292
  • 40
  • 236
  • 366