videocollection/tsrc/stubs/src/videoservicebrowse.cpp
changeset 20 b9e04db066d4
parent 17 69946d1824c4
child 24 7d93ee07fb27
--- 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 <hbapplication.h>
 
@@ -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
 }