videoplayback/videoplaybackview/controlsrc/videoplaybacktoolbar.cpp
changeset 62 0e1e938beb1a
parent 52 e3cecb93e76a
child 65 a9d57bd8d7b7
equal deleted inserted replaced
59:a76e86df7ccd 62:0e1e938beb1a
    13 *
    13 *
    14 * Description:  Implementation of VideoPlaybackToolBar
    14 * Description:  Implementation of VideoPlaybackToolBar
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version:  11 %
    18 // Version : %version:  12 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 #include <QTimer>
    22 #include <QTimer>
    23 #include <QGraphicsLayout>
    23 #include <QGraphicsLayout>
   767             }
   767             }
   768         }
   768         }
   769     }
   769     }
   770 }
   770 }
   771 
   771 
       
   772 // -------------------------------------------------------------------------------------------------
       
   773 // VideoPlaybackToolBar::resetControl
       
   774 // -------------------------------------------------------------------------------------------------
       
   775 //
       
   776 void VideoPlaybackToolBar::resetControl()
       
   777 {
       
   778     MPX_DEBUG(_L("VideoPlaybackToolBar::resetControl"));
       
   779 
       
   780     switch( mSeekingState )
       
   781     {
       
   782         case EFastForwarding:
       
   783         {
       
   784             ffReleased();
       
   785             break;
       
   786         }
       
   787         case ERewinding:
       
   788         {
       
   789             rwReleased();
       
   790             break;
       
   791         }
       
   792     }
       
   793 }
       
   794 
   772 //End of file
   795 //End of file