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.
Im using Qt 4.7.1 and im trying to find way to decode url from
Share
See
QString QUrl::fromPercentEncoding ( const QByteArray & input ) [static]