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

"Follow symbol under cursor" doesn't work with functions that begin with underscores

    XMLWordPrintable

Details

    Description

      If you try to Ctrl+Click, F2, or use the context menu to follow _q_onViewCurrentIndexChanged(), it won't work:

      QObject::connect(view, SIGNAL(currentIndexChanged()), q, SLOT(_q_onViewCurrentIndexChanged()));
      

      A function without underscores works:

      QObject::connect(view, SIGNAL(currentItemChanged()), q, SIGNAL(currentItemChanged()));
      

      Attachments

        Issue Links

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

          Activity

            People

              kandeler Christian Kandeler
              mitch_curtis Mitch Curtis
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes