videocollection/videocollectionview/src/videolistwidget.cpp
changeset 40 13331705e488
parent 39 f6d44a0cd476
child 41 229f037ce963
equal deleted inserted replaced
39:f6d44a0cd476 40:13331705e488
   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