videocollection/tsrc/stubs/src/videolistwidget.cpp
changeset 35 3738fe97f027
parent 34 bbb98528c666
child 36 8aed59de29f9
--- a/videocollection/tsrc/stubs/src/videolistwidget.cpp	Thu Apr 01 23:22:15 2010 +0300
+++ b/videocollection/tsrc/stubs/src/videolistwidget.cpp	Thu Apr 01 23:32:44 2010 +0300
@@ -32,9 +32,11 @@
     mVideoServices(0),
     mCurrentLevel(VideoCollectionCommon::ELevelInvalid),
     mSignalsConnected(false),
-    mDetailsReady(false),
     mIsService(false),
+    mNavKeyBackAction(0),
+    mNavKeyQuitAction(0),
     mContextMenu(0),
+    mSelectionMode(HbAbstractItemView::NoSelection),
     mScrollPositionTimer(0),
     mUiLoader(uiLoader)
 {
@@ -88,11 +90,6 @@
     // not stubbed
 }
 
-void VideoListWidget::shareItemSlot()
-{
-    // not stubbed
-}
-
 void VideoListWidget::deleteItemSlot()
 {
     // not stubbed
@@ -125,6 +122,12 @@
     // not stubbed
 }
 
+void VideoListWidget::setSelectionMode(int mode)
+{
+    Q_UNUSED(mode);
+    // not stubbed
+}
+
 void VideoListWidget::longPressGesture (const QPointF &point)
 {
     Q_UNUSED(point);
@@ -136,6 +139,11 @@
     // not stubbed
 }
 
+void VideoListWidget::doDelayedsSlot()
+{
+    // not stubbed    
+}
+
 void VideoListWidget::openDetailsSlot()
 {   
     // not stubbed
@@ -156,6 +164,11 @@
     // not stubbed
 }
 
+void VideoListWidget::removeFromCollectionSlot()
+{
+    // not stubbed
+}
+
 void VideoListWidget::playAllSlot()
 {
     // not stubbed