Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativesupportedcategoriesmodel.cpp438 QModelIndex categoryIndex = index(categoryId); in updatedCategory() local
439 emit dataChanged(categoryIndex, categoryIndex); in updatedCategory()
476 QModelIndex categoryIndex = index(categoryId); in removedCategory() local
478 beginRemoveRows(parentIndex, categoryIndex.row(), categoryIndex.row()); in removedCategory()