Ignore:
Timestamp:
May 15, 2014, 7:53:54 PM (12 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update vendor to 0.8.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/src/mpcgui/mpcgui.h

    r127 r163  
    2828class VolumeSliderAction;
    2929class TimeLabelAction;
    30 class FloatingWidget;
     30class AutohideWidget;
     31class QSpacerItem;
    3132class QToolBar;
    3233
     
    4445
    4546protected slots:
    46         void showFloatingControl(QPoint p);
    47         void hideFloatingControl();
    4847    void muteIconChange(bool b);
    4948    void iconChange(Core::State state);
     
    9089        QLabel * frame_display;
    9190
    92         FloatingWidget * floating_control;
     91        AutohideWidget * floating_control;
     92        QSpacerItem * spacer;
    9393
    9494        TimeSliderAction * timeslider_action;
Note: See TracChangeset for help on using the changeset viewer.