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

      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()));
      

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes