Quote Originally Posted by munna
can i know what makes you think that this code should not compile ?
This:
Qt Code:
  1. Http list();
To copy to clipboard, switch view to plain text mode 
it's a forward declaration of a function, but you use "list" like a variable.