Ignore:
Timestamp:
Mar 16, 2012, 4:02:47 PM (14 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: 0.7.1 trunk update

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/core.h

    r119 r124  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2011 Ricardo Villalba <[email protected]>
     2    Copyright (C) 2006-201>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    3939class WinScreenSaver;
    4040#endif
     41
     42
     43
     44
    4145#endif
    4246
     
    8185        void openTV(QString channel_id);
    8286
     87
     88
     89
     90
    8391        void loadSub(const QString & sub);
    8492        void unloadSub();
     
    333341        //! Returns the prefix to keep pausing on slave commands
    334342        QString pausing_prefix();
     343
    335344
    336345protected slots:
     
    353362        void streamTitleChanged(QString);
    354363        void streamTitleAndUrlChanged(QString,QString);
     364
     365
     366
    355367       
    356368        void watchState(Core::State state);
     
    382394        void initializeOSD();
    383395
     396
     397
     398
     399
     400
     401
    384402protected:
    385403        void playNewFile(QString file, int seek=-1);
     
    405423        void mediaLoaded();
    406424        void mediaInfoChanged();
     425
     426
    407427    void stateChanged(Core::State state);
    408428        void mediaStartPlay();
     
    455475#endif
    456476#endif
     477
     478
     479
     480
    457481   
    458482private:
Note: See TracChangeset for help on using the changeset viewer.