mpdata/tsrc/unittest_mpcollectiondatamodel/stub/src/mpmpxcollectiondata.cpp
changeset 51 560ce2306a17
parent 35 fdb31ab341af
child 55 f3930dda3342
equal deleted inserted replaced
47:4cc1412daed0 51:560ce2306a17
   193 }
   193 }
   194 
   194 
   195 /*!
   195 /*!
   196  Stub function.
   196  Stub function.
   197  */
   197  */
       
   198 bool MpMpxCollectionData::hasItemProperty( int index, MpMpxCollectionData:: DataProperty type ) const
       
   199 {
       
   200 
       
   201 }
       
   202 
       
   203 /*!
       
   204  Stub function.
       
   205  */
   198 int MpMpxCollectionData::containerId()
   206 int MpMpxCollectionData::containerId()
   199 {
   207 {
   200     return 65535;
   208     return 65535;
   201 }
   209 }
   202 
   210 
   244     mContext = context;
   252     mContext = context;
   245     emit contextChanged(mContext);
   253     emit contextChanged(mContext);
   246     return ;
   254     return ;
   247 }
   255 }
   248 
   256 
       
   257 /*!
       
   258  Stub function.
       
   259  */
       
   260 QList<int> MpMpxCollectionData::songIndex( int songUniqueId )
       
   261     {
       
   262     
       
   263     }
       
   264 
       
   265 /*!
       
   266  Stub function.
       
   267  */
       
   268 void MpMpxCollectionData::setCorruptValue(QModelIndex index, bool tBone )
       
   269     {
       
   270     
       
   271     }
       
   272 
       
   273 /*!
       
   274  Stub function.
       
   275  */
       
   276 void MpMpxCollectionData::setReloadAlbumContent( bool reloadAlbum )
       
   277     {
       
   278     
       
   279     }
       
   280