videocollection/videocollectionwrapper/tsrc/testvideothumbnaildata_p/stub/src/videocollectionwrapper.cpp
changeset 62 0e1e938beb1a
parent 17 69946d1824c4
equal deleted inserted replaced
59:a76e86df7ccd 62:0e1e938beb1a
    53 
    53 
    54 // -----------------------------------------------------------------------------
    54 // -----------------------------------------------------------------------------
    55 // VideoCollectionWrapper::open()
    55 // VideoCollectionWrapper::open()
    56 // -----------------------------------------------------------------------------
    56 // -----------------------------------------------------------------------------
    57 //
    57 //
    58 VideoSortFilterProxyModel* VideoCollectionWrapper::getModel(VideoCollectionCommon::TModelType type)
    58 VideoProxyModelGeneric* VideoCollectionWrapper::getGenericModel()
    59 {
    59 {
    60     Q_UNUSED(type);
       
    61     return mModel;
    60     return mModel;
    62 }
    61 }
    63 
    62 
    64 // -----------------------------------------------------------------------------
    63 // -----------------------------------------------------------------------------
    65 // VideoCollectionWrapper::reset()
    64 // VideoCollectionWrapper::reset()
    72 
    71 
    73 // -----------------------------------------------------------------------------
    72 // -----------------------------------------------------------------------------
    74 // VideoCollectionWrapper::setModel()
    73 // VideoCollectionWrapper::setModel()
    75 // -----------------------------------------------------------------------------
    74 // -----------------------------------------------------------------------------
    76 //
    75 //
    77 void VideoCollectionWrapper::setModel(VideoSortFilterProxyModel* model)
    76 void VideoCollectionWrapper::setModel(VideoProxyModelGeneric* model)
    78 {
    77 {
    79     Q_UNUSED(model);
    78     Q_UNUSED(model);
    80     mModel = model;
    79     mModel = model;
    81 }
    80 }
    82 
    81