Quote Originally Posted by amleto View Post
No, simplest way is to say `QFile file;`, not `QFile* file = new ...`
Yup, and change all "->" to "." if you have tons of code.