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

Virtual overrides on F2 doesn't work for references

XMLWordPrintable

    • 3e79d33d852b5fe72f6bf4b8b003b7231e5bdc18

      struct Foo
      {
        virtual void foo() {}
      };
      
      struct Bar : Foo
      {
        void foo() {}
      };
      
      void test(Foo &object)
      {
        object.foo(); // F2 here
        return 0;
      }

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

            kosjar Nikolai Kosjar
            orgads Orgad Shaneh
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes