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

Apply function signature changes doesn't work for operators

    XMLWordPrintable

Details

    • 758f79923fc2d53fe480b0de5e2305d40d563732 (qt-creator/qt-creator/master)

    Description

      class Foo
      {
        Foo &operator=(const Foo &other);
      };
      
      Foo &Foo::operator =(const Foo &other)
      {
      }
      

      Changing the signature doesn't show the light-bulb at all.

      Attachments

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

        Activity

          People

            kandeler Christian Kandeler
            orgads Orgad Shaneh
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes