Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.15.0
-
None
-
Qt6.1.1 Windows 10
-
-
4ff26e2a27d692b8b38456873e5aaf4b65c36ee3 (qt-creator/qt-creator/5.0)
Description
If you try to any items except "Rename" in "Refactor" menu for a std::vector<type> in custom class, the QtCreator will crash.
Step to reproduce:
- Open custom class and create std::vector<int> m_member
- Right click on m_member and select "Refactor"
- Select "Generate setter" in pop-up menu
- QtCreator will crush