PDA

View Full Version : Qt Creator Green lines under everything suggesting all my code is wrong



Sydius
21st June 2010, 02:07
After upgrading to Ubuntu 10.04, Qt Creator seems to have an issue with just about every line of my code saying that things are not type names etc. Everything compiles fine, but there are green squiggly lines under almost every line of code. Any tips on how I can clue it in to do a better job of hinting when a line might be wrong, or at least turn it off if not?

Sorry if this question has been asked before; wasn't quite sure what this feature is called.

Sydius
21st June 2010, 04:57
Going to 'Tools->C++->Update code model' and restarting seems to have fixed it.