Qt Code:
  1. var Request = NetworkRequest("www.google.fr");
  2. var Manager = NetworkManager();
  3. 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.