videocollection/tsrc/stubs/src/videolistview.cpp
changeset 52 e3cecb93e76a
parent 47 45e72b57a2fd
child 65 a9d57bd8d7b7
--- a/videocollection/tsrc/stubs/src/videolistview.cpp	Tue Jul 06 14:17:50 2010 +0300
+++ b/videocollection/tsrc/stubs/src/videolistview.cpp	Wed Aug 18 09:50:14 2010 +0300
@@ -36,7 +36,9 @@
 mVideoServices(0),
 mCurrentList(0),
 mToolbarViewsActionGroup(0),
-mToolbarCollectionActionGroup(0)
+mToolbarCollectionActionGroup(0),
+mToolbarServiceExtension(0)
+
 {
     // not stubbed
 }
@@ -74,6 +76,11 @@
     // not stubbed
 }
 
+void VideoListView::albumListReadySlot()
+{
+    // not stubbed
+}
+
 void VideoListView::layoutChangedSlot()
 {
     // not stubbed
@@ -89,6 +96,11 @@
     VideoListViewData::mBackCount++;
 }
 
+void VideoListView::modelReady()
+{
+    // not stubbed
+}
+
 void VideoListView::cleanup()
 {
     // not stubbed
@@ -100,6 +112,20 @@
     return 0;
 }
 
+void VideoListView::createOperatorServicesToolbar()
+{
+    // not stubbed
+}
+
+void VideoListView::loadOperatorService(int titleKey, int iconKey, int uriKey, int uidKey)
+{
+    // not stubbed
+    Q_UNUSED(titleKey);
+    Q_UNUSED(iconKey);
+    Q_UNUSED(uriKey);
+    Q_UNUSED(uidKey);
+}
+
 HbAction* VideoListView::createAction(QString icon,
     QActionGroup* actionGroup,
     const char *slot)
@@ -145,7 +171,7 @@
     // not stubbed
 }
 
-void VideoListView::openServicesViewSlot()
+void VideoListView::openOperatorServiceSlot()
 {
     // not stubbed
 }