videoplayerapp/videoplayerengine/tsrc/testvideoplayerengine/stub/src/videoserviceplay.cpp
changeset 44 518105d52e45
parent 36 8aed59de29f9
equal deleted inserted replaced
42:17f382c040b1 44:518105d52e45
    13 *
    13 *
    14 * Description:  Implementation of VideoServicePlay
    14 * Description:  Implementation of VideoServicePlay
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: da1mmcf#2 %
    18 // Version : %version: da1mmcf#3 %
    19 
    19 
    20 
    20 
    21 #include "videoservices.h"
    21 #include "videoservices.h"
    22 #include "videoserviceplay.h"
    22 #include "videoserviceplay.h"
    23 #include "videoplayerengine.h"
    23 #include "videoplayerengine.h"
    24 #include "mpxvideo_debug.h"
    24 #include "mpxvideo_debug.h"
    25 
    25 
    26 
    26 
    27 VideoServicePlay::VideoServicePlay( VideoServices* parent, QVideoPlayerEngine* engine )
    27 VideoServicePlay::VideoServicePlay( VideoServices* parent, VideoPlayerEngine* engine )
    28 {
    28 {
    29     MPX_DEBUG(_L("VideoServicePlay::VideoServicePlay()")); 
    29     MPX_DEBUG(_L("VideoServicePlay::VideoServicePlay()")); 
    30     
    30     
    31     Q_UNUSED( engine );    
    31     Q_UNUSED( engine );    
    32 	mServiceApp = parent;
    32 	mServiceApp = parent;