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

Outline tree fails to show friend functions

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Not Evaluated Not Evaluated
    • None
    • Qt Creator 13.0.0-beta1
    • C/C++/Obj-C++ Support
    • None
    • Linux/Wayland

      As I use the outline feature at the left panel to navigate within my program, I noticed that friend functions do not show up within the class.

      So, it is an annoyance.

      I dont remember a version that actually shows them.

       

      The class View on the other hand, does show them. (with other niceties like distinguishing private and static members, etc). 

      I tend to use the Outline View because is less populated and it is easier to find what you are looking for.

       

      friend functions are not members but they have access to the class private parts so they are part of the class definition.

      So, my suggestion is that it would be nice to "upgrade" the outline view to the class view level.

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

            kandeler Christian Kandeler
            lmoffatt Luciano Moffatt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes