Ignore:
Timestamp:
May 16, 2014, 9:51:55 AM (11 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update trunk to latest 0.8.7

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/mpcgui/mpcgui.h

    r128 r165  
    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.