Details
-
Bug
-
Resolution: Unresolved
-
P4: Low
-
None
-
Qt Creator 2.4.0
-
Win7
Description
When adding
"Apply function signature change"
const QString& a,
as a new parameter to a method in a definition
in the declaration you see:
const QString &a,
added.
I would expect to have const QString& a (& close to QString as typed in by myself).
Automatic adding seems to neglect the coding style.
Attachments
Issue Links
- is duplicated by
-
QTCREATORBUG-12672 When refactoring a method name, Qt Creator should not move * and &
- Closed
- relates to
-
QTCREATORBUG-1355 Add option for setting preferred pointer or reference type declaration style
- Closed