Accessing class static member using QMetaType

49 Views Asked by At

I am using QMetaType::create to instantiate some of my objects and would like to be able to access a static member of the class before doing so, is it possible to do that with QMetaType ?

0

There are 0 best solutions below