aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppfunctionparamrenaminghandler.h
Commit message (Collapse)AuthorAgeFilesLines
* CppEditor: Adapt function declarationChristian Kandeler2023-11-301-0/+25
... when changing the name of a function parameter from a point of use, rather than from the definition. The normal function decl/def link mechanism only covers editing in the signature. Task-number: QTCREATORBUG-29925 Change-Id: I34ff90117685184b9fc72937b401976274f4876c Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>