Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-9462

"Move definition to ..." leaves parts of the initializer lists

    XMLWordPrintable

Details

    • 1738ff64a6b8efa571567a9ed58716b895a931b3

    Description

      Original:

      class Foo
      {
      public:
          Foo() : member(2)
          {
          }
      
          int member;
      };
      

      After applying the quick fix:

      class Foo
      {
      public:
          Foo() : me;
      
          int member;
      };
      
      Foo::Foo() : member(2) {
      }
      

      Attachments

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

        Activity

          People

            kosjar Nikolai Kosjar
            kosjar Nikolai Kosjar
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes