videocollection/tsrc/stubs/src/videoservicebrowse.cpp
changeset 38 ff53afa8ad05
parent 37 4eb2df7f7cbe
child 28 c48470be1ba7
equal deleted inserted replaced
37:4eb2df7f7cbe 38:ff53afa8ad05
    13 *
    13 *
    14 * Description:  Implementation of VideoServiceBrowse Stub
    14 * Description:  Implementation of VideoServiceBrowse Stub
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: 3 %
    18 // Version : %version: 5 %
    19 
    19 
    20 #include <hbapplication.h>
    20 #include <hbapplication.h>
    21 
    21 
    22 #include "videoservices.h"
    22 #include "videoservices.h"
    23 #include "videoservicebrowse.h"
    23 #include "videoservicebrowse.h"
    28 
    28 
    29 /*!
    29 /*!
    30     Constructor.
    30     Constructor.
    31     \param parent, Pointer to the video services.
    31     \param parent, Pointer to the video services.
    32 */
    32 */
    33 VideoServiceBrowse::VideoServiceBrowse(VideoServices* parent)
    33 VideoServiceBrowse::VideoServiceBrowse(VideoServices* parent, QLatin1String service)
    34     : XQServiceProvider( "TestListView" )
    34     : XQServiceProvider( service, parent  )
    35     , mRequestIndex( 0 )
    35     , mRequestIndex( 0 )
    36     , mServiceApp( parent )
    36     , mServiceApp( parent )
    37 {
    37 {
    38     // not stubbed
    38     // not stubbed
    39 }
    39 }
    92     Q_UNUSED(sortRole);
    92     Q_UNUSED(sortRole);
    93     
    93     
    94     // not stubbed
    94     // not stubbed
    95 }
    95 }
    96 
    96 
       
    97 /*!
       
    98     Browse videos.
       
    99     \param category, Category which type of videos are browsed.
       
   100     \return None.
       
   101 */
       
   102 void VideoServiceBrowse::browseVideos(int category,
       
   103     int sortRole)
       
   104 {
       
   105     Q_UNUSED(category);
       
   106     Q_UNUSED(sortRole);
       
   107     
       
   108     // not stubbed
       
   109 }
       
   110 
    97 // End of file
   111 // End of file