MCPcopy Create free account
hub / github.com/SecurityAnalysts01/ShellcodeLoader / metaObject

Method metaObject

Loading/Loading/moc/moc_Loading.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74
75const QMetaObject *Loading::metaObject() const
76{
77 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
78}
79
80void *Loading::qt_metacast(const char *_clname)
81{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected