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

Refactoring a function variable prevents "Apply signature changes"

    XMLWordPrintable

Details

    • b182606193f30ecfb587fc9d69bae83ef304e2b7

    Description

      class Foo
      {
          int foo(int bar);
      };
      
      int Foo::foo(int bar)
      {
          return bar;
      }

      Put the caret on the implementation bar, then Refactor -> Rename Symbol. The lightbulb appears, but you pressing Alt+Enter does nothing.

      Clicking the lightbulb does change the signature.

      Attachments

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

        Activity

          People

            ckamm Christian Kamm
            orgads Orgad Shaneh
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes