diff -r 7bf7319dbddd -r ebbeb6bcda56 videocollection/tsrc/stubs/src/videoserviceurifetch.cpp --- 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);