-
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.