Searched refs:m_mapViews (Results 1 – 2 of 2) sorted by relevance
239 if (!m_mapViews.isEmpty()) { in ~QDeclarativeGeoMap()240 const auto mapViews = m_mapViews; in ~QDeclarativeGeoMap()2175 m_mapViews.removeOne(itemView); in removeMapItemView_real()2234 m_mapViews.append(itemView); in addMapItemView_real()
296 QList<QDeclarativeGeoMapItemView *> m_mapViews; variable