contentstorage/caclient/src/caservice.cpp
changeset 86 e492551a0d54
parent 85 7feec50967db
child 87 9d806967057c
equal deleted inserted replaced
85:7feec50967db 86:e492551a0d54
   888 }
   888 }
   889 
   889 
   890 /*!
   890 /*!
   891     Set new order of collection's items set by user.
   891     Set new order of collection's items set by user.
   892     \groupId Group id.
   892     \groupId Group id.
   893     \param collectionIds consists of new order of items.
   893     \param entryIdList consists of new order of items.
   894     \retval true if new order of collection's items is set correctly,
   894     \retval true if new order of collection's items is set correctly,
   895      otherwise return false.
   895      otherwise return false.
   896  */
   896  */
   897 
   897 
   898 bool CaService::customSort(int groupId, QList<int> &entryIdList) const
   898 bool CaService::customSort(int groupId, QList<int> &entryIdList) const