videoplayback/hbvideoplaybackview/controlinc/mpxvideoplaybackprogressbar.h
changeset 41 229f037ce963
parent 38 ff53afa8ad05
equal deleted inserted replaced
40:13331705e488 41:229f037ce963
    13 *
    13 *
    14 * Description:  Implementation of QMPXVideoPlaybackProgressBar
    14 * Description:  Implementation of QMPXVideoPlaybackProgressBar
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: da1mmcf#12 %
    18 // Version : %version: da1mmcf#13 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 #ifndef MPXVIDEOPLAYBACKPROGRESSBAR_H_
    22 #ifndef MPXVIDEOPLAYBACKPROGRESSBAR_H_
    23 #define MPXVIDEOPLAYBACKPROGRESSBAR_H_
    23 #define MPXVIDEOPLAYBACKPROGRESSBAR_H_
    24 
    24 
    25 #include <hbwidget.h>
    25 #include <QObject>
    26 #include <mpxplaybackframeworkdefs.h>
    26 #include <mpxplaybackframeworkdefs.h>
    27 
    27 
    28 class QTimer;
    28 class QTimer;
    29 class HbProgressSlider;
    29 class HbProgressSlider;
    30 class QMPXVideoPlaybackViewFileDetails;
    30 class QMPXVideoPlaybackViewFileDetails;
    31 class QMPXVideoPlaybackControlsController;
    31 class QMPXVideoPlaybackControlsController;
    32 
    32 
    33 class QMPXVideoPlaybackProgressBar : public HbWidget
    33 class QMPXVideoPlaybackProgressBar : public QObject
    34 {
    34 {
    35     Q_OBJECT
    35     Q_OBJECT
    36 
    36 
    37     public:
    37     public:
    38         QMPXVideoPlaybackProgressBar( QMPXVideoPlaybackControlsController* controller );
    38         QMPXVideoPlaybackProgressBar( QMPXVideoPlaybackControlsController* controller );