videoplayback/hbvideoplaybackview/controlsrc/mpxvideoplaybackstatuspanecontrol.cpp
changeset 40 13331705e488
parent 38 ff53afa8ad05
child 41 229f037ce963
equal deleted inserted replaced
39:f6d44a0cd476 40:13331705e488
    13 *
    13 *
    14 * Description:  Implementation of QMPXVideoPlaybackStatusPaneControl
    14 * Description:  Implementation of QMPXVideoPlaybackStatusPaneControl
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: 16 %
    18 // Version : %version: 17 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 #include <QFileInfo>
    22 #include <QFileInfo>
    23 
    23 
    97 // QMPXVideoPlaybackStatusPaneControl::setVisible()
    97 // QMPXVideoPlaybackStatusPaneControl::setVisible()
    98 // -------------------------------------------------------------------------------------------------
    98 // -------------------------------------------------------------------------------------------------
    99 //
    99 //
   100 void QMPXVideoPlaybackStatusPaneControl::setVisible( bool visible )
   100 void QMPXVideoPlaybackStatusPaneControl::setVisible( bool visible )
   101 {
   101 {
       
   102     MPX_DEBUG(_L("QMPXVideoPlaybackStatusPaneControl::setVisible visible = %d"), visible);
       
   103 
   102     mVisible = visible;
   104     mVisible = visible;
   103 
   105 
   104     if ( mVisible )
   106     if ( mVisible )
   105     {
   107     {
   106         mController->view()->setTitleBarVisible( true );
   108         mController->view()->setTitleBarVisible( true );