Qt Code:
var Request = NetworkRequest("www.google.fr"); var Manager = NetworkManager(); NetworkReply Respond = Manager.get(Request);To copy to clipboard, switch view to plain text mode
it says there is a malformed script when I use QScriptSyntaxCheckResult to check the syntax, a ';' is missing.
Bookmarks