[Interest] Qt metatypes bug?

Thiago Macieira thiago.macieira at intel.com
Sat Nov 12 18:24:23 CET 2016


On sábado, 12 de novembro de 2016 11:20:08 PST Alexander Dyagilev wrote:
> void test(const B&);
> 
> };
> 
> Q_DECLARE_METATYPE(A::B)

The metatype is "A::B" but your function takes "B".

I know they are the same, but the string "A::B" does not match the string "B".

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list