Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomap.cpp641 m_copyrights->setCopyrightsZ(m_maxChildZ + 1); in mappingManagerInitialized()
1727 if (z > m_maxChildZ) { // Ignore children removal in itemChange()
1728 m_maxChildZ = z; in itemChange()
1731 m_copyrights->setCopyrightsZ(m_maxChildZ + 1); in itemChange()
H A Dqdeclarativegeomap_p.h331 qreal m_maxChildZ = 0; variable