Searched refs:m_categoriesToBeDeleted (Results 1 – 2 of 2) sorted by relevance
724 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()
255 QList<QDeclarativeCategory *>m_categoriesToBeDeleted; variable