Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 2.7.0, Qt Creator 2.8.0-beta, Qt Creator 4.6.0-beta1
Description
In the attached example it seems the invocation of:
b.foo::func();
is not treated as a usage of
virtual void foo::func();
You are however able to jump to the definition of the symbol using F2.