videocollection/tsrc/stubs/src/videolistwidget.cpp
changeset 46 adbe7d5ba2f5
parent 28 c48470be1ba7
child 47 45e72b57a2fd
equal deleted inserted replaced
28:c48470be1ba7 46:adbe7d5ba2f5
   108 VideoCollectionCommon::TCollectionLevels VideoListWidget::getLevel()
   108 VideoCollectionCommon::TCollectionLevels VideoListWidget::getLevel()
   109 {
   109 {
   110     return mCurrentLevel;
   110     return mCurrentLevel;
   111 }
   111 }
   112 
   112 
   113 VideoSortFilterProxyModel& VideoListWidget::getModel()
   113 VideoSortFilterProxyModel* VideoListWidget::getModel()
   114 { 
   114 { 
   115     return *mModel;
   115     return mModel;
   116 }
   116 }
   117 
   117 
   118 void VideoListWidget::emitActivated (const QModelIndex &modelIndex)
   118 void VideoListWidget::emitActivated (const QModelIndex &modelIndex)
   119 {
   119 {
   120     VideoListWidgetData::mEmitActivatedIndex = modelIndex;
   120     VideoListWidgetData::mEmitActivatedIndex = modelIndex;