I have a Qurl that I am using to set the url of a webview. However the query string values are getting stripped by the webview.
QUrl( "http://xxx.xxxxxxxxx.com/1502?touch=false" )
When I inspect the qwebview the “?touch=false” is missing from the url.
Any thoughts ?
Thanks
Dave
↧