inc/mpnowplayingwidget.h
changeset 20 82baf59ce8dd
parent 19 4e84c994a771
child 29 8192e5b5c935
equal deleted inserted replaced
19:4e84c994a771 20:82baf59ce8dd
    49     void playbackAttachmentChanged(bool attached);
    49     void playbackAttachmentChanged(bool attached);
    50 
    50 
    51 private:
    51 private:
    52     void mousePressEvent( QGraphicsSceneMouseEvent *event );
    52     void mousePressEvent( QGraphicsSceneMouseEvent *event );
    53     void mouseReleaseEvent( QGraphicsSceneMouseEvent *event );
    53     void mouseReleaseEvent( QGraphicsSceneMouseEvent *event );
       
    54     void changeEvent(QEvent *event);
    54 
    55 
    55 private:
    56 private:
    56     Q_DISABLE_COPY(MpNowPlayingWidget)
    57     Q_DISABLE_COPY(MpNowPlayingWidget)
    57     MpNowPlayingWidgetPrivate * const d_ptr; //owned
    58     MpNowPlayingWidgetPrivate * const d_ptr; //owned
    58 
    59