Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
None
-
Qt Creator 4.2.0-rc1
Description
Steps to reproduce:
- have a function available that uses templated parameters (using more than one template parameter)
- type code that invokes this method and try to pass default ctors of the given parameters
Current result:
- when typing the ',' (comma) inside the template the tooltip switches the bold marked parameter to the next one
[see attached example main.cpp]