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

Apply function signature changes partially works for global function

    XMLWordPrintable

Details

    • 5cd2123862da2217237eb8644523672c398e8d9a

    Description

      int foo(int bar); // works
      
      int foo(int bar) // doesn't work
      {
          return bar;
      }

      Renaming the declaration bar pops the lightbulb, but renaming the implementation doesn't...

      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