videocollection/tsrc/stubs/src/videolistview.cpp
changeset 46 adbe7d5ba2f5
parent 24 7d93ee07fb27
child 47 45e72b57a2fd
equal deleted inserted replaced
28:c48470be1ba7 46:adbe7d5ba2f5
   144 void VideoListView::openCollectionViewSlot()
   144 void VideoListView::openCollectionViewSlot()
   145 {
   145 {
   146     // not stubbed
   146     // not stubbed
   147 }
   147 }
   148 
   148 
   149 void VideoListView::openNewAlbumSlot(const QModelIndex &parent,
       
   150     int start,
       
   151     int end)
       
   152 {
       
   153     Q_UNUSED(parent);
       
   154     Q_UNUSED(start);
       
   155     Q_UNUSED(end);
       
   156     // not stubbed
       
   157 }
       
   158 
       
   159 void VideoListView::openServicesViewSlot()
   149 void VideoListView::openServicesViewSlot()
   160 {
   150 {
   161     // not stubbed
   151     // not stubbed
   162 }
   152 }
   163 
   153 
   244 void VideoListView::debugNotImplementedYet()
   234 void VideoListView::debugNotImplementedYet()
   245 {
   235 {
   246     // not stubbed
   236     // not stubbed
   247 }
   237 }
   248 
   238 
   249 void VideoListView::createCollectionDialogFinished(HbAction *action)
       
   250 {
       
   251     Q_UNUSED(action);
       
   252     // not stubbed
       
   253 }
       
   254 
       
   255 // end of file
   239 // end of file