videocollection/tsrc/stubs/src/videolistwidget.cpp
changeset 44 518105d52e45
parent 41 229f037ce963
child 58 d2b028fd1f7d
equal deleted inserted replaced
42:17f382c040b1 44:518105d52e45
   217 {
   217 {
   218     Q_UNUSED(action);
   218     Q_UNUSED(action);
   219     // not stubbed
   219     // not stubbed
   220 }
   220 }
   221 
   221 
   222 void VideoListWidget::deleteItemDialogFinished(HbAction *action)
   222 void VideoListWidget::deleteItemDialogFinished(int action)
   223 {
   223 {
   224     Q_UNUSED(action);
   224     Q_UNUSED(action);
   225     // not stubbed
   225     // not stubbed
   226 }
   226 }
   227 
   227 
   228 void VideoListWidget::removeCollectionDialogFinished(HbAction *action)
   228 void VideoListWidget::removeCollectionDialogFinished(int action)
   229 {
   229 {
   230     Q_UNUSED(action);
   230     Q_UNUSED(action);
   231     // not stubbed
   231     // not stubbed
   232 }
   232 }
   233 
   233 
       
   234 void VideoListWidget::rowsInserted(const QModelIndex &parent, int start, int end)
       
   235 {
       
   236     Q_UNUSED(parent);
       
   237     Q_UNUSED(start);
       
   238     Q_UNUSED(end);
       
   239     // not stubbed
       
   240 }
       
   241 
       
   242 void VideoListWidget::rowsRemoved(const QModelIndex &parent, int start, int end)
       
   243 {    
       
   244     Q_UNUSED(parent);
       
   245     Q_UNUSED(start);
       
   246     Q_UNUSED(end);
       
   247     // not stubbed
       
   248 }
   234 // end of file
   249 // end of file