Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 2.4.0
-
None
-
Win7
-
30b553466797ddf7e3252f1cab2d02d6ea0bee5a
Description
When adding in a definition parameter set
boost::shared_ptr<Area> areaP
as an argument to a method (e.g. constructor) of a class
the refactoring offers to
"Apply function signature change"
but in the the declaration
boost::shared_ptr areaP
is added, so missing the Template.
Attachments
Issue Links
- replaces
-
QTCREATORBUG-7588 Add definition refactoring bug
-
- Closed
-
-
QTCREATORBUG-7601 Quick Fix "Add definition in ..." removes template arguments
-
- Closed
-
-
QTCREATORBUG-7851 Refactor AddDefinition ignores template arguments
-
- Closed
-