videocollection/tsrc/stubs/src/videolistview.cpp
changeset 44 518105d52e45
parent 41 229f037ce963
child 50 21fe8338c6bf
--- a/videocollection/tsrc/stubs/src/videolistview.cpp	Fri Jul 02 17:14:33 2010 +0300
+++ b/videocollection/tsrc/stubs/src/videolistview.cpp	Thu Jul 08 13:05:19 2010 +0300
@@ -36,7 +36,9 @@
 mVideoServices(0),
 mCurrentList(0),
 mToolbarViewsActionGroup(0),
-mToolbarCollectionActionGroup(0)
+mToolbarCollectionActionGroup(0),
+mToolbarServiceExtension(0)
+
 {
     // not stubbed
 }
@@ -100,6 +102,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 +161,7 @@
     // not stubbed
 }
 
-void VideoListView::openServicesViewSlot()
+void VideoListView::openOperatorServiceSlot()
 {
     // not stubbed
 }