videoplayback/hbvideoplaybackview/tsrc/teststatuspanecontrol/stub/src/mpxvideoplaybackfullscreencontrol.cpp
changeset 36 8aed59de29f9
parent 35 3738fe97f027
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
    13 *
    13 *
    14 * Description:  Implementation of QMPXVideoPlaybackFullScreenControl
    14 * Description:  Implementation of QMPXVideoPlaybackFullScreenControl
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version:  2 %
    18 // Version : %version:  3 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 #include <w32std.h>
    22 #include <w32std.h>
    23 #include <hbwidget.h>
    23 #include <hbwidget.h>
    97 // QMPXVideoPlaybackFullScreenControl::updateState()
    97 // QMPXVideoPlaybackFullScreenControl::updateState()
    98 // -------------------------------------------------------------------------------------------------
    98 // -------------------------------------------------------------------------------------------------
    99 //
    99 //
   100 void QMPXVideoPlaybackFullScreenControl::updateState( TMPXPlaybackState state )
   100 void QMPXVideoPlaybackFullScreenControl::updateState( TMPXPlaybackState state )
   101 {
   101 {
       
   102     Q_UNUSED( state );
   102 }
   103 }
   103 
   104 
   104 // -------------------------------------------------------------------------------------------------
   105 // -------------------------------------------------------------------------------------------------
   105 // QMPXVideoPlaybackFullScreenControl::updateControlsWithFileDetails()
   106 // QMPXVideoPlaybackFullScreenControl::updateControlsWithFileDetails()
   106 // -------------------------------------------------------------------------------------------------
   107 // -------------------------------------------------------------------------------------------------
   107 //
   108 //
   108 void QMPXVideoPlaybackFullScreenControl::updateControlsWithFileDetails(
   109 void QMPXVideoPlaybackFullScreenControl::updateControlsWithFileDetails(
   109         QMPXVideoPlaybackViewFileDetails* details )
   110         QMPXVideoPlaybackViewFileDetails* details )
   110 {
   111 {
   111 
   112     Q_UNUSED( details );
   112 }
   113 }
   113 
   114 
   114 // -------------------------------------------------------------------------------------------------
   115 // -------------------------------------------------------------------------------------------------
   115 // QMPXVideoPlaybackFullScreenControl::updateControlProperties()
   116 // QMPXVideoPlaybackFullScreenControl::updateControlProperties()
   116 // -------------------------------------------------------------------------------------------------
   117 // -------------------------------------------------------------------------------------------------