- include what you use - make 'args' const, so we don't detach in op[] - make boolean variables const - use QString::compare(lhs, rhs, Qt::CaseInsensitive) instead of lhs.toLower() == rhs - use new _L1 UDL - fix indentation of a return statement Pick-to: 6.5 Change-Id: If9da4fbe975d9a97939ea01558b2a8cef7ad3a24 Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> |
||
|---|---|---|
| .. | ||
| doc/src | ||
| CMakeLists.txt | ||
| character.cpp | ||
| character.h | ||
| game.cpp | ||
| game.h | ||
| level.cpp | ||
| level.h | ||
| main.cpp | ||
| savegame.pro | ||