Hi,
I want to use old Qt code with Qt4 (because of Qt3Support). But the following code does not compile
QMetaData *slot_tbl = QMetaObject::new_metadata(1);
QMetaData::Access *slot_tbl_access = QMetaObject::new_metaaccess(1);
slot_tbl[0].name = "slotRepositionText()";
slot_tbl[0].ptr = (QMember)ov1_0;
slot_tbl_access[0] = QMetaData::Public;
Can you give me a hint how to fix this?
thx
Christof
↧