Includes should be ordered from most specific to most general. This
means that project-specific includes always come before Qt includes.
This example didn't follow that guideline. Fix.
Amends
|
||
|---|---|---|
| .. | ||
| doc/src | ||
| CMakeLists.txt | ||
| character.cpp | ||
| character.h | ||
| game.cpp | ||
| game.h | ||
| level.cpp | ||
| level.h | ||
| main.cpp | ||
| savegame.pro | ||