videocollection/videocollectionview/src/videolistwidget.cpp
changeset 46 adbe7d5ba2f5
parent 28 c48470be1ba7
child 47 45e72b57a2fd
equal deleted inserted replaced
28:c48470be1ba7 46:adbe7d5ba2f5
   612 
   612 
   613 // ---------------------------------------------------------------------------
   613 // ---------------------------------------------------------------------------
   614 // getModel
   614 // getModel
   615 // ---------------------------------------------------------------------------
   615 // ---------------------------------------------------------------------------
   616 //
   616 //
   617 VideoSortFilterProxyModel& VideoListWidget::getModel()
   617 VideoSortFilterProxyModel* VideoListWidget::getModel()
   618 { 
   618 { 
   619 	FUNC_LOG_ADDR(this);
   619 	FUNC_LOG_ADDR(this);
   620     return *mModel; 
   620     return mModel; 
   621 }
   621 }
   622 
   622 
   623 // ---------------------------------------------------------------------------
   623 // ---------------------------------------------------------------------------
   624 // emitActivated
   624 // emitActivated
   625 // This slot is called by the fw when viewitem is activated
   625 // This slot is called by the fw when viewitem is activated