Ignore:
Timestamp:
Mar 29, 2012, 4:53:15 PM (13 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: trunk update to latest svn

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/prefadvanced.h

    r124 r128  
    100100
    101101        // Log options
     102#ifdef LOG_MPLAYER
    102103        void setLogMplayer(bool b);
    103104        bool logMplayer();
     
    106107        bool mplayerLogVerbose();
    107108
     109        void setSaveMplayerLog(bool b);
     110        bool saveMplayerLog();
     111
     112        void setMplayerLogName(QString filter);
     113        QString mplayerLogName();
     114#endif
     115
     116#ifdef LOG_SMPLAYER
    108117        void setLogSmplayer(bool b);
    109118        bool logSmplayer();
     
    112121        QString logFilter();
    113122
    114     void setSaveMplayerLog(bool b);
    115     bool saveMplayerLog();
    116 
    117     void setMplayerLogName(QString filter);
    118     QString mplayerLogName();
    119 
    120123        void setSaveSmplayerLog(bool b);
    121124        bool saveSmplayerLog();
     125#endif
    122126
    123127protected:
Note: See TracChangeset for help on using the changeset viewer.