-
Bug
-
Resolution: Done
-
P1: Critical
-
Qt Creator 2.6.0-rc
-
None
-
903c3cafe83fe8434ad6d18b400b73dd2ef50a99
struct Foo { static void foo(); static void bar(); }; struct Bar { static void foo(); }; void Foo::foo() { Bar::foo(); } void Foo::bar() { Bar::foo(); } void Bar::foo() { }
Placing the caret on Foo::foo() highlights Bar::foo() as well. It isn't symmetric though. See attached screenshots.
For Gerrit Dashboard: QTCREATORBUG-7777 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
34091,2 | C++: Improve lookup - collect more valid items | 2.6 | qt-creator/qt-creator | Status: MERGED | +2 | 0 |