Searched refs:componentPool (Results 1 – 1 of 1) sorted by relevance
40 auto componentPool = privateQmlComponentsPoolSelf->m_instances.value(engine); in Q_GLOBAL_STATIC() local42 if (componentPool) { in Q_GLOBAL_STATIC()43 return componentPool; in Q_GLOBAL_STATIC()46 componentPool = new QmlComponentsPool(engine); in Q_GLOBAL_STATIC()55 QObject::connect(componentPool, &QObject::destroyed, componentPool, removePool); in Q_GLOBAL_STATIC()57 privateQmlComponentsPoolSelf->m_instances[engine] = componentPool; in Q_GLOBAL_STATIC()58 return componentPool; in Q_GLOBAL_STATIC()