mpdata/tsrc/unittest_mpcollectiondatamodel/stub/src/mpcollectionalbumartmanager.cpp
changeset 47 4cc1412daed0
parent 35 fdb31ab341af
equal deleted inserted replaced
45:612c4815aebe 47:4cc1412daed0
    93 void MpCollectionAlbumArtManager::setThumbnailSize( MpCommon::MpThumbType type )
    93 void MpCollectionAlbumArtManager::setThumbnailSize( MpCommon::MpThumbType type )
    94 {
    94 {
    95     mThumbType = type;
    95     mThumbType = type;
    96 }
    96 }
    97 
    97 
       
    98 /*!
       
    99  Stub function.
       
   100  */
       
   101 void MpCollectionAlbumArtManager::enableDefaultArt( bool enabled )
       
   102 {
       
   103     Q_UNUSED(enabled);
       
   104 }