videoplayerapp/videoplayerengine/inc/videoservicebrowse.h
changeset 66 adb51f74b890
parent 38 ff53afa8ad05
--- a/videoplayerapp/videoplayerengine/inc/videoservicebrowse.h	Mon Sep 20 18:25:37 2010 +0300
+++ b/videoplayerapp/videoplayerengine/inc/videoservicebrowse.h	Tue Oct 05 09:26:49 2010 +0300
@@ -15,7 +15,7 @@
 *
 */
 
-// Version : %version: 4 %
+// Version : %version: 5 %
 
 #ifndef VIDEOSERVICEBROWSE_H
 #define VIDEOSERVICEBROWSE_H
@@ -32,7 +32,9 @@
     Q_OBJECT
     
 public:
+
     VideoServiceBrowse( VideoServices *parent, QLatin1String service );
+
     ~VideoServiceBrowse();
     
 public:
@@ -82,16 +84,6 @@
     /**
      *  Browse video
      *
-     *  @param title, Title of the embedded Videos application
-     *  @param category, Category which type of videos are browsed
-     *  @param sort, Sort type.
-     *  @return None
-     */
-    void browseVideos(const QString &title, int category, int sortRole);
-
-    /**
-     *  Browse video
-     *
      *  @param category, Category which type of videos are browsed
      *  @param sort, Sort type.
      *  @return None
@@ -99,6 +91,7 @@
     void browseVideos(int category, int sortRole);
 
 private:
+
     /** request index of the service */
     int mRequestIndex;