1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-04-11 00:04:27 -04:00
Nyall Dawson 2ed144ac59 Apply clang-tidy readability-avoid-const-params-in-decls fixit
Checks whether a function declaration has parameters that are
top level const.

const values in declarations do not affect the signature of a
function, so they should not be put there.
2018-06-05 10:19:13 +10:00
..
2018-05-28 10:39:34 -08:00