Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 5.0.0
-
None
-
-
50046dbc54f6457f30b450e7294c357ba9f422b9
Description
Regression bug: the option to auto-generate method declarations does not keep template types correctly. For example QVector<int> becomes QVector only, without the type parameter. Was working in the 4.x series: