diff -r b9e04db066d4 -r 7d93ee07fb27 videocollection/tsrc/stubs/src/videoservicebrowse.cpp --- a/videocollection/tsrc/stubs/src/videoservicebrowse.cpp Fri May 14 15:53:50 2010 +0300 +++ b/videocollection/tsrc/stubs/src/videoservicebrowse.cpp Thu May 27 12:53:14 2010 +0300 @@ -15,7 +15,7 @@ * */ -// Version : %version: 3 % +// Version : %version: 5 % #include @@ -30,8 +30,8 @@ Constructor. \param parent, Pointer to the video services. */ -VideoServiceBrowse::VideoServiceBrowse(VideoServices* parent) - : XQServiceProvider( "TestListView" ) +VideoServiceBrowse::VideoServiceBrowse(VideoServices* parent, QLatin1String service) + : XQServiceProvider( service, parent ) , mRequestIndex( 0 ) , mServiceApp( parent ) { @@ -94,4 +94,18 @@ // not stubbed } +/*! + Browse videos. + \param category, Category which type of videos are browsed. + \return None. +*/ +void VideoServiceBrowse::browseVideos(int category, + int sortRole) +{ + Q_UNUSED(category); + Q_UNUSED(sortRole); + + // not stubbed +} + // End of file