Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplace.cpp724 foreach (QDeclarativeCategory * category, m_categoriesToBeDeleted) { in cleanupDeletedCategories()
728 m_categoriesToBeDeleted.clear(); in cleanupDeletedCategories()
912 if (object->m_categoriesToBeDeleted.contains(value)) in category_append()
913 object->m_categoriesToBeDeleted.removeAll(value); in category_append()
958 object->m_categoriesToBeDeleted.append(object->m_categories.at(i)); in category_clear()
H A Dqdeclarativeplace_p.h255 QList<QDeclarativeCategory *>m_categoriesToBeDeleted; variable