Why are you complicating things so much?This should work:
Qt Code:
int code = h.statusCode(); if(code>=300 && code<400 && h.hasKey("location")){ http->get(h.value("location")); return; } }To copy to clipboard, switch view to plain text mode
Why are you complicating things so much?This should work:
Qt Code:
int code = h.statusCode(); if(code>=300 && code<400 && h.hasKey("location")){ http->get(h.value("location")); return; } }To copy to clipboard, switch view to plain text mode
patrik08 (17th April 2007)
Bookmarks