Skip to content

TrigNavTools: Fix cppcheck 2.14 warnings.

Pass container by const reference, not by value. Prefer returning const references to members rather than copies.

Merge request reports