Changeset 165 for smplayer/trunk/src/mpcgui/mpcgui.h
- Timestamp:
- May 16, 2014, 9:51:55 AM (11 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 163
- Property svn:mergeinfo changed
-
smplayer/trunk/src/mpcgui/mpcgui.h
r128 r165 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.