Home
last modified time | relevance | path

Searched refs:componentPool (Results 1 – 1 of 1) sorted by relevance

/dports/x11-toolkits/kf5-kirigami2/kirigami2-5.89.0/src/
H A Dcolumnview.cpp40 auto componentPool = privateQmlComponentsPoolSelf->m_instances.value(engine); in Q_GLOBAL_STATIC() local
42 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()