mpdata/tsrc/unittest_mpcollectiondatamodel/stub/src/mpcollectionalbumartmanager.cpp
changeset 48 af3740e3753f
parent 29 8192e5b5c935
equal deleted inserted replaced
42:79c49924ae23 48:af3740e3753f
    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 }