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/skingui/panelseeker.h

    r139 r165  
    1 /*  umplayer, GUI front-end for mplayer.
    2     Copyright (C) 2010 Ori Rejwan
     1/*  smplayer, GUI front-end for mplayer.
     2    Copyright (C) 2006-2014 Ricardo Villalba <rvm@users.sourceforge.net>
     3    umplayer, Copyright (C) 2010 Ori Rejwan
    34
    45    This program is free software; you can redistribute it and/or modify
     
    6364    void setBufferingIcon( QPixmap pix) { bufferingPix = pix; }
    6465    void setKnobIcon( QPixmap pix );
    65     void setSingleKnobIcon(QPixmap pix);
     66    /* void setSingleKnobIcon(QPixmap pix); */
    6667    void setState(State st, bool on = true);
    6768    void setLeftRightMargin( int margin) { leftRightMargin = margin; }
Note: See TracChangeset for help on using the changeset viewer.