MCPcopy Create free account
hub / github.com/KDAB/GammaRay / isDynamicMetaObject

Function isDynamicMetaObject

core/qmetaobjectvalidator.cpp:73–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73static bool isDynamicMetaObject(const QMetaObject *mo)
74{
75 Q_ASSERT(reinterpret_cast<const QMetaObjectPrivate *>(mo->d.data)->revision >= 3);
76 return reinterpret_cast<const QMetaObjectPrivate *>(mo->d.data)->flags & DynamicMetaObject;
77}
78
79QMetaObjectValidatorResult::Results QMetaObjectValidator::check(const QMetaObject *mo)
80{

Callers 1

checkMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected