contentstorage/caclient/src/caitemmodellist.cpp
changeset 61 8e5041d13c84
parent 60 f62f87b200ec
child 66 32469d7d46ff
equal deleted inserted replaced
60:f62f87b200ec 61:8e5041d13c84
   168  */
   168  */
   169 const int &CaItemModelList::operator[](int row) const
   169 const int &CaItemModelList::operator[](int row) const
   170 {
   170 {
   171     return mOrderedList[row];
   171     return mOrderedList[row];
   172 }
   172 }
       
   173 
       
   174 /*!
       
   175  Returns on ordered list of entry IDs
       
   176  \retval Copy of the internal ID list
       
   177  */
       
   178 QList<int> CaItemModelList::orderedIdList()
       
   179 {
       
   180     return mOrderedList;
       
   181 }