Changeset 163 for smplayer/vendor/current/src/mpcgui/mpcgui.h
- Timestamp:
- May 15, 2014, 7:53:54 PM (12 years ago)
- File:
-
- 1 edited
-
smplayer/vendor/current/src/mpcgui/mpcgui.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/mpcgui/mpcgui.h
r127 r163 28 28 class VolumeSliderAction; 29 29 class TimeLabelAction; 30 class FloatingWidget; 30 class AutohideWidget; 31 class QSpacerItem; 31 32 class QToolBar; 32 33 … … 44 45 45 46 protected slots: 46 void showFloatingControl(QPoint p);47 void hideFloatingControl();48 47 void muteIconChange(bool b); 49 48 void iconChange(Core::State state); … … 90 89 QLabel * frame_display; 91 90 92 FloatingWidget * floating_control; 91 AutohideWidget * floating_control; 92 QSpacerItem * spacer; 93 93 94 94 TimeSliderAction * timeslider_action;
Note:
See TracChangeset
for help on using the changeset viewer.
