Ignore:
Timestamp:
May 3, 2016, 5:25:45 PM (9 years ago)
Author:
Silvan Scherrer
Message:

smplayer: update trunk to version 16.4

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/skingui/mediapanel.h

    r170 r176  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2014 Ricardo Villalba <rvm@users.sourceforge.net>
     2    Copyright (C) 2006-2016 Ricardo Villalba <rvm@users.sourceforge.net>
    33    umplayer, Copyright (C) 2010 Ori Rejwan
    44
     
    4141    void setText( QString text);
    4242
     43    void setScrollingEnabled(bool b);
     44    bool scrollingEnabled() { return scrolling_enabled; };
     45
    4346private:
    4447    QString mText;
     
    4750    int timerId;
    4851    QRect textRect;
    49     static const int gap = 10;       
     52    static const int gap = 10;
     53    bool scrolling_enabled;
    5054
    5155protected:
     
    9599        void setSeeker(int v);
    96100        void setResolutionVisible(bool b);
     101        void setScrollingEnabled(bool b);
    97102
    98103private:
Note: See TracChangeset for help on using the changeset viewer.