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

static function highlighted as a member...

    XMLWordPrintable

Details

    • bde666724083126808507e46bc840eb601631a13

    Description

      ...when a local variable is defined with the same name.

      struct Foo
      {
          static int foo();
      };
      
      void bar()
      {
          int foo = Foo::foo();
      }

      Attachments

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

        Activity

          People

            erikv Erik Verbruggen
            orgads Orgad Shaneh
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes