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

Apply function signature changes partially works for global function

XMLWordPrintable

    • 5cd2123862da2217237eb8644523672c398e8d9a

      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...

        For Gerrit Dashboard: QTCREATORBUG-6413
        # Subject Branch Project Status CR V

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes