Hi,
I wonder if it is safe to store a QMetaObject struct returned from staticMetaObjec from a Template type: QMetaObject metaObject=reinterpret_cast<T>(0)->staticMetaObject;
I want to safe the QMetaObject for later use. It works but I am not sure if this is ok.
Thanks Jochen
↧