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

Details

    Description

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

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes