videocollection/tsrc/stubs/src/videoserviceurifetch.cpp
branchGCC_SURGE
changeset 48 ebbeb6bcda56
parent 28 c48470be1ba7
--- a/videocollection/tsrc/stubs/src/videoserviceurifetch.cpp	Tue Jun 15 13:09:36 2010 +0100
+++ b/videocollection/tsrc/stubs/src/videoserviceurifetch.cpp	Thu Jul 22 16:34:17 2010 +0100
@@ -15,11 +15,12 @@
  *
  */
 
+#include "xqserviceproviderstub.h"
 #include "videoserviceurifetch.h"
 #include "videoservices.h"
 
-VideoServiceUriFetch::VideoServiceUriFetch(VideoServices* parent):
-    XQServiceProvider("TestListView"),
+VideoServiceUriFetch::VideoServiceUriFetch(VideoServices* parent, QLatin1String service):
+    XQServiceProvider( service, parent ),
     mRequestIndex(0),
     mServiceApp(parent)
 {
@@ -61,6 +62,11 @@
     return QString();
 }
 
+void VideoServiceUriFetch::fetch()
+{
+    mServiceApp->setCurrentService(VideoServices::EUriFetcher);
+}
+
 void VideoServiceUriFetch::fetch(const QString& title)
 {
     Q_UNUSED(title);