videocollection/tsrc/stubs/src/videolistview.cpp
changeset 20 b9e04db066d4
parent 17 69946d1824c4
child 24 7d93ee07fb27
equal deleted inserted replaced
17:69946d1824c4 20:b9e04db066d4
   229     Q_UNUSED(object);
   229     Q_UNUSED(object);
   230     Q_UNUSED(name);
   230     Q_UNUSED(name);
   231     // not stubbed
   231     // not stubbed
   232 }
   232 }
   233 
   233 
   234 
       
   235 void VideoListView::finishCollectionOpenedSlot(const HbEffect::EffectStatus &status)
       
   236 {
       
   237     Q_UNUSED(status);
       
   238 }
       
   239 
       
   240 void VideoListView::finishCollectionClosedSlot(const HbEffect::EffectStatus &status)
       
   241 {
       
   242     Q_UNUSED(status);
       
   243 }
       
   244 
       
   245 void VideoListView::doSorting(int value)
   234 void VideoListView::doSorting(int value)
   246 {
   235 {
   247     Q_UNUSED(value);
   236     Q_UNUSED(value);
   248 }
   237 }
   249 
   238