videocollection/tsrc/stubs/src/videolistwidget.cpp
changeset 20 b9e04db066d4
parent 17 69946d1824c4
child 24 7d93ee07fb27
--- a/videocollection/tsrc/stubs/src/videolistwidget.cpp	Mon May 03 12:32:50 2010 +0300
+++ b/videocollection/tsrc/stubs/src/videolistwidget.cpp	Fri May 14 15:53:50 2010 +0300
@@ -128,6 +128,7 @@
 
 void VideoListWidget::longPressedSlot(HbAbstractViewItem *item, const QPointF &point)
 {
+    Q_UNUSED(item);
     Q_UNUSED(point);
     // not stubbed
 }
@@ -143,6 +144,11 @@
     // not stubbed
 }
 
+void VideoListWidget::playItemSlot()
+{
+    // not stubbed
+}
+
 void VideoListWidget::doDelayedsSlot()
 {
     // not stubbed