Translations:KDevelop4/TipsAndTricks/12/en
- add a parameter, e.g.
int foo
to either signature in the definition or the declaration. - make one signature
const
- change a type of a parameter
- remove a parameter
int foo
to either signature in the definition or the declaration.const