Quote Originally Posted by whoops.slo
What went wrong?
There should be "," instead of ";":
Qt Code:
  1. foreach( QString line, lines ) {
  2. // ...
  3. }
To copy to clipboard, switch view to plain text mode