videocollection/tsrc/stubs/src/videothumbnaildata.cpp
changeset 55 4bfa887905cf
parent 50 21fe8338c6bf
child 58 d2b028fd1f7d
equal deleted inserted replaced
50:21fe8338c6bf 55:4bfa887905cf
    40 VideoThumbnailData::~VideoThumbnailData()
    40 VideoThumbnailData::~VideoThumbnailData()
    41 {
    41 {
    42     // not stubbed
    42     // not stubbed
    43 }
    43 }
    44 
    44 
    45 bool VideoThumbnailData::removeThumbnail(TMPXItemId mediaId)
    45 bool VideoThumbnailData::removeThumbnail(const TMPXItemId &mediaId)
    46 {
    46 {
    47     Q_UNUSED(mediaId);
    47     Q_UNUSED(mediaId);
    48     
    48     
    49     // not stubbed
    49     // not stubbed
    50     
    50     
    51     return true;
    51     return true;
    52 }
    52 }
    53 
    53 
    54 const QIcon* VideoThumbnailData::getThumbnail(TMPXItemId mediaId)
    54 const QIcon* VideoThumbnailData::getThumbnail(const TMPXItemId &mediaId)
    55 {
    55 {
    56     Q_UNUSED(mediaId);
    56     Q_UNUSED(mediaId);
    57     
    57     
    58     // not stubbed
    58     // not stubbed
    59     
    59