diff -r 69946d1824c4 -r b9e04db066d4 videocollection/tsrc/stubs/src/videoservicebrowse.cpp --- a/videocollection/tsrc/stubs/src/videoservicebrowse.cpp Mon May 03 12:32:50 2010 +0300 +++ b/videocollection/tsrc/stubs/src/videoservicebrowse.cpp Fri May 14 15:53:50 2010 +0300 @@ -15,7 +15,7 @@ * */ -// Version : %version: % +// Version : %version: 3 % #include @@ -83,8 +83,14 @@ \param category, Category which type of videos are browsed. \return None. */ -void VideoServiceBrowse::browseVideos(const QString &title, int category) +void VideoServiceBrowse::browseVideos(const QString &title, + int category, + int sortRole) { + Q_UNUSED(title); + Q_UNUSED(category); + Q_UNUSED(sortRole); + // not stubbed }