Searched refs:categoryIndex (Results 1 – 1 of 1) sorted by relevance
438 QModelIndex categoryIndex = index(categoryId); in updatedCategory() local439 emit dataChanged(categoryIndex, categoryIndex); in updatedCategory()476 QModelIndex categoryIndex = index(categoryId); in removedCategory() local478 beginRemoveRows(parentIndex, categoryIndex.row(), categoryIndex.row()); in removedCategory()