videocollection/tsrc/stubs/src/videolistwidget.cpp
changeset 24 7d93ee07fb27
parent 20 b9e04db066d4
child 28 c48470be1ba7
--- a/videocollection/tsrc/stubs/src/videolistwidget.cpp	Fri May 14 15:53:50 2010 +0300
+++ b/videocollection/tsrc/stubs/src/videolistwidget.cpp	Thu May 27 12:53:14 2010 +0300
@@ -133,12 +133,6 @@
     // not stubbed
 }
 
-void VideoListWidget::panGesture (const QPointF &point)
-{
-    Q_UNUSED(point);
-    // not stubbed
-}
-
 void VideoListWidget::openItemSlot()
 {
     // not stubbed
@@ -215,4 +209,22 @@
     // not stubbed
 }
 
+void VideoListWidget::renameDialogFinished(HbAction *action)
+{
+    Q_UNUSED(action);
+    // not stubbed
+}
+
+void VideoListWidget::deleteItemDialogFinished(HbAction *action)
+{
+    Q_UNUSED(action);
+    // not stubbed
+}
+
+void VideoListWidget::removeCollectionDialogFinished(HbAction *action)
+{
+    Q_UNUSED(action);
+    // not stubbed
+}
+
 // end of file