videocollection/tsrc/stubs/src/videoserviceurifetch.cpp
changeset 24 7d93ee07fb27
parent 15 cf5481c2bc0b
child 28 c48470be1ba7
--- a/videocollection/tsrc/stubs/src/videoserviceurifetch.cpp	Fri May 14 15:53:50 2010 +0300
+++ b/videocollection/tsrc/stubs/src/videoserviceurifetch.cpp	Thu May 27 12:53:14 2010 +0300
@@ -18,8 +18,8 @@
 #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 +61,11 @@
     return QString();
 }
 
+void VideoServiceUriFetch::fetch()
+{
+    mServiceApp->setCurrentService(VideoServices::EUriFetcher);
+}
+
 void VideoServiceUriFetch::fetch(const QString& title)
 {
     Q_UNUSED(title);