I\'m developping an application for Blackberry 10 and I\'m using the Momentics IDE (BB native SDK).
I get the following error when I try to execute the code below. A
You need to register your pointer type like this
qRegisterMetaType("ClassA*");
(source)