- 
    
Bug
 - 
    Resolution: Unresolved
 - 
    
P2: Important
 - 
    None
 - 
    5.15.0
 - 
    None
 
If you define a slot with the following signature
void test(const ::foo::A &value)
moc extracts the type as 'const::foo::A&' instead of '::foo::A'.
Since 'const' is a keyword, it makes no sense to assume that it is part of the namespace of the parameter type declaration.
Small test case is attached