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

Navigation work only in one direction in with typedefed in some weird case

XMLWordPrintable

      #include <QSharedPointer>
      
      class Foo {
          QSharedPointer<int> doFoo() const; //! [1]
          QSharedPointer<int> m_value;
      };
      
      typedef QSharedPointer<int> FooIntPtr;
      FooIntPtr Foo::doFoo() const //! [2]
      {
          return m_value;
      }
      

      In this simple example click on "doFoo". Navigation between declaration/definition is working from 2 and didnt work from 1.

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

            kandeler Christian Kandeler
            nib952051 nib952051
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes