videoplayback/hbvideoplaybackview/tsrc/testvideoplaybackcontrolscontroller/stub/src/mpxvideoplaybackbuttonbar.cpp
changeset 35 3738fe97f027
parent 34 bbb98528c666
child 36 8aed59de29f9
equal deleted inserted replaced
34:bbb98528c666 35:3738fe97f027
     1 /*
       
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Implementation of QMPXVideoPlaybackButtonBar
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version: 1 %
       
    19 
       
    20 
       
    21 #include "mpxvideo_debug.h"
       
    22 #include "mpxvideoplaybackbuttonbar.h"
       
    23 #include "mpxvideoplaybackcontrolscontroller.h"
       
    24 
       
    25 // -------------------------------------------------------------------------------------------------
       
    26 // QMPXVideoPlaybackButtonBar::QMPXVideoPlaybackButtonBar()
       
    27 // -------------------------------------------------------------------------------------------------
       
    28 //
       
    29 QMPXVideoPlaybackButtonBar::QMPXVideoPlaybackButtonBar( 
       
    30         QMPXVideoPlaybackControlsController* controller )
       
    31 {
       
    32     MPX_ENTER_EXIT(_L("QMPXVideoPlaybackButtonBar::QMPXVideoPlaybackButtonBar"));
       
    33     Q_UNUSED( controller );    
       
    34 }
       
    35 
       
    36 // -------------------------------------------------------------------------------------------------
       
    37 // QMPXVideoPlaybackButtonBar::~QMPXVideoPlaybackButtonBar()
       
    38 // -------------------------------------------------------------------------------------------------
       
    39 //
       
    40 QMPXVideoPlaybackButtonBar::~QMPXVideoPlaybackButtonBar()
       
    41 {
       
    42     MPX_DEBUG(_L("QMPXVideoPlaybackButtonBar::~QMPXVideoPlaybackButtonBar()"));
       
    43 }
       
    44 
       
    45 // -------------------------------------------------------------------------------------------------
       
    46 // QMPXVideoPlaybackButtonBar::initialize()
       
    47 // -------------------------------------------------------------------------------------------------
       
    48 //
       
    49 void QMPXVideoPlaybackButtonBar::initialize()
       
    50 {
       
    51     MPX_ENTER_EXIT(_L("QMPXVideoPlaybackButtonBar::initialize()"));
       
    52 }
       
    53 
       
    54 
       
    55 //End of file