videocollection/videocollectionwrapper/tsrc/testvideothumbnaildata_p/stub/src/videocollectionwrapper.cpp
changeset 36 8aed59de29f9
parent 34 bbb98528c666
child 58 d2b028fd1f7d
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
    53 
    53 
    54 // -----------------------------------------------------------------------------
    54 // -----------------------------------------------------------------------------
    55 // VideoCollectionWrapper::open()
    55 // VideoCollectionWrapper::open()
    56 // -----------------------------------------------------------------------------
    56 // -----------------------------------------------------------------------------
    57 //
    57 //
    58 VideoSortFilterProxyModel* VideoCollectionWrapper::getModel(TModelType type)
    58 VideoSortFilterProxyModel* VideoCollectionWrapper::getModel(VideoCollectionCommon::TModelType type)
    59 {
    59 {
       
    60     Q_UNUSED(type);
    60     return mModel;
    61     return mModel;
    61 }
    62 }
    62 
    63 
    63 // -----------------------------------------------------------------------------
    64 // -----------------------------------------------------------------------------
    64 // VideoCollectionWrapper::reset()
    65 // VideoCollectionWrapper::reset()
    73 // VideoCollectionWrapper::setModel()
    74 // VideoCollectionWrapper::setModel()
    74 // -----------------------------------------------------------------------------
    75 // -----------------------------------------------------------------------------
    75 //
    76 //
    76 void VideoCollectionWrapper::setModel(VideoSortFilterProxyModel* model)
    77 void VideoCollectionWrapper::setModel(VideoSortFilterProxyModel* model)
    77 {
    78 {
       
    79     Q_UNUSED(model);
    78     mModel = model;
    80     mModel = model;
    79 }
    81 }
    80 
    82 
    81 // End of file
    83 // End of file