- 
    Bug 
- 
    Resolution: Done
- 
    P3: Somewhat important 
- 
    Qt Creator 2.7.0, Qt Creator 2.8.0-beta
- 
        d14767a6afd949b0a1f5294c24482a4a00fd249f
Creator does understand statements such as
using namespace foo;
but not statements such as
using foo::bar;
Example attached, the usage of the struct "b" in the function "d" is not considered a usage of "b". However, if you uncomment the "using namespace" statement then things starts working.