Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 9.0.0-beta2
-
None
-
Ubuntu 20.04 LTS
-
-
39d04fb9e7 (qt-creator/qt-creator/9.0) 39d04fb9e7 (qt-creator/qt-creator/master)
Description
Hello, I tried to refactor a definition constructor of a class into the cpp file but I got a wrong definition in result for example I have this class:
class myclass { public: myclass(const QVector<unsigned> &vector); private: }
and when I use refactor I get this
myclass::myclass(const QVector<_Tp1> &vector);
sorry if I didn't choose the right Component/s;