https://bugs.kde.org/show_bug.cgi?id=402828

            Bug ID: 402828
           Summary: Quick outline navigator shows namespaces twcie
           Product: kdevelop
           Version: 5.3.1
          Platform: Debian testing
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: All editors
          Assignee: kdevelop-bugs-n...@kde.org
          Reporter: jd.fratt...@free.fr
  Target Milestone: ---

The quick outline navigator shows namespaces twice.

If you have a header:

namespace a
{
namespace b
{
namespace c
{
struct s
{
  void f();
};
}
}
}

and in the source file:

namespace a
{
namespace b
{
namespace c
{
void s::f()
{
   // click here or place cursor here
}
}
}
}

Then the quick outline navigator will show: a::b::c::a::b::c::s::f()

On Debian Buster, Xfce, with kdevelop 5.3.1 AppImage.
This issue is redundant since many versions of kdevelop.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to