videocollection/tsrc/stubs/src/videolistwidget.cpp
changeset 24 7d93ee07fb27
parent 20 b9e04db066d4
child 28 c48470be1ba7
equal deleted inserted replaced
20:b9e04db066d4 24:7d93ee07fb27
   131     Q_UNUSED(item);
   131     Q_UNUSED(item);
   132     Q_UNUSED(point);
   132     Q_UNUSED(point);
   133     // not stubbed
   133     // not stubbed
   134 }
   134 }
   135 
   135 
   136 void VideoListWidget::panGesture (const QPointF &point)
       
   137 {
       
   138     Q_UNUSED(point);
       
   139     // not stubbed
       
   140 }
       
   141 
       
   142 void VideoListWidget::openItemSlot()
   136 void VideoListWidget::openItemSlot()
   143 {
   137 {
   144     // not stubbed
   138     // not stubbed
   145 }
   139 }
   146 
   140 
   213 void VideoListWidget::setNavigationAction()
   207 void VideoListWidget::setNavigationAction()
   214 {
   208 {
   215     // not stubbed
   209     // not stubbed
   216 }
   210 }
   217 
   211 
       
   212 void VideoListWidget::renameDialogFinished(HbAction *action)
       
   213 {
       
   214     Q_UNUSED(action);
       
   215     // not stubbed
       
   216 }
       
   217 
       
   218 void VideoListWidget::deleteItemDialogFinished(HbAction *action)
       
   219 {
       
   220     Q_UNUSED(action);
       
   221     // not stubbed
       
   222 }
       
   223 
       
   224 void VideoListWidget::removeCollectionDialogFinished(HbAction *action)
       
   225 {
       
   226     Q_UNUSED(action);
       
   227     // not stubbed
       
   228 }
       
   229 
   218 // end of file
   230 // end of file