src/hbwidgets/itemviews/hblistitemcontainer_p.cpp
changeset 23 e6ad4ef83b23
parent 21 4633027730f5
child 28 b7da29130b0e
equal deleted inserted replaced
21:4633027730f5 23:e6ad4ef83b23
   252     HbAbstractItemContainer::removeItem(index, animate);
   252     HbAbstractItemContainer::removeItem(index, animate);
   253 }
   253 }
   254 
   254 
   255 /*!
   255 /*!
   256     Sets the modelIndexes of \a count container items starting from item at \a containerStartRow row of the container
   256     Sets the modelIndexes of \a count container items starting from item at \a containerStartRow row of the container
   257 	to model's indexes starting from \a modelStartRow
   257     to model's indexes starting from \a modelStartRow
   258 */
   258 */
   259 void HbListItemContainer::setItemModelIndexes(int containerStartRow, int modelStartRow, int count)
   259 void HbListItemContainer::setItemModelIndexes(int containerStartRow, int modelStartRow, int count)
   260 {
   260 {
   261     Q_D(HbListItemContainer);
   261     Q_D(HbListItemContainer);
   262 
   262