Use range-based loops for const Qt containers instead pf Qt's "foreach"
Done for code which already gets a const container var passed to the foreach macro, or where the var instance can be made const by a simple "const" keyword addition.
Please register or sign in to comment