videoplayerapp/videoplayerengine/src/videoserviceplay.cpp
changeset 24 7d93ee07fb27
parent 17 69946d1824c4
child 44 518105d52e45
equal deleted inserted replaced
20:b9e04db066d4 24:7d93ee07fb27
    13 *
    13 *
    14 * Description:  Implementation of VideoServicePlay
    14 * Description:  Implementation of VideoServicePlay
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: %
    18 // Version : %version: da1mmcf#5 %
    19 
    19 
    20 #include "videoservices.h"
    20 #include "videoservices.h"
    21 #include "videoserviceplay.h"
    21 #include "videoserviceplay.h"
    22 #include "videoplayerengine.h"
    22 #include "videoplayerengine.h"
    23 #include "mpxvideo_debug.h"
    23 #include "mpxvideo_debug.h"
    25 
    25 
    26 // -------------------------------------------------------------------------------------------------
    26 // -------------------------------------------------------------------------------------------------
    27 // VideoServicePlay()
    27 // VideoServicePlay()
    28 // -------------------------------------------------------------------------------------------------
    28 // -------------------------------------------------------------------------------------------------
    29 // 
    29 // 
    30 VideoServicePlay::VideoServicePlay( VideoServices* parent, QVideoPlayerEngine* engine )
    30 VideoServicePlay::VideoServicePlay( VideoServices* parent, 
    31     : XQServiceProvider( QLatin1String("com.nokia.Videos.IVideoView"), parent )
    31                                     QVideoPlayerEngine* engine, 
       
    32                                     QLatin1String service )
       
    33     : XQServiceProvider( service, parent )
    32     , mEngine( engine )
    34     , mEngine( engine )
    33     , mServiceApp( parent )
    35     , mServiceApp( parent )
    34 {
    36 {
    35     MPX_ENTER_EXIT(_L("VideoServicePlay::VideoServicePlay()"));
    37     MPX_ENTER_EXIT(_L("VideoServicePlay::VideoServicePlay()"));
    36     publishAll();
    38     publishAll();