XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • Qt Creator 9.0.0-rc1
    • Qt Creator 9.0.0-beta2
    • C/C++/Obj-C++ Support
    • None
    • Ubuntu 20.04 LTS
    • Linux/X11
    • 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;

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            artem.sokolovskii Artem Sokolovskii
            mr.mokhtary Mohammad Reza Mokhtary
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes