videocollection/tsrc/stubs/src/videoservicebrowse.cpp
changeset 37 4eb2df7f7cbe
parent 36 8aed59de29f9
child 24 7d93ee07fb27
--- a/videocollection/tsrc/stubs/src/videoservicebrowse.cpp	Fri Apr 16 18:13:14 2010 +0300
+++ b/videocollection/tsrc/stubs/src/videoservicebrowse.cpp	Fri Apr 30 09:52:11 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
 }