I have QVariant value. It tapeName() == "QAxObject*".
How can I convert this QVariant value to QAxObject*?
This doesn't work:
It return a compiler error: 'qt_metatype_id' : is not a member of 'QMetaTypeId<T>'
Printable View
I have QVariant value. It tapeName() == "QAxObject*".
How can I convert this QVariant value to QAxObject*?
This doesn't work:
It return a compiler error: 'qt_metatype_id' : is not a member of 'QMetaTypeId<T>'
read more about
http://doc.trolltech.com/4.4/qmetatype.htmlCode:
int qRegisterMetaType ( const char * typeName )