| 140 | } |
| 141 | |
| 142 | const QMetaObject *MetaObjectRegistry::parentOf(const QMetaObject *metaObject) const |
| 143 | { |
| 144 | return m_childParentMap.value(metaObject); |
| 145 | } |
| 146 | |
| 147 | QVector<const QMetaObject *> MetaObjectRegistry::childrenOf(const QMetaObject *metaObject) const |
| 148 | { |
no test coverage detected