Changeset 127 for smplayer/vendor/current/src/prefadvanced.h
- Timestamp:
- Mar 29, 2012, 3:09:42 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/prefadvanced.h
r121 r127 100 100 101 101 // Log options 102 #ifdef LOG_MPLAYER 102 103 void setLogMplayer(bool b); 103 104 bool logMplayer(); … … 106 107 bool mplayerLogVerbose(); 107 108 109 void setSaveMplayerLog(bool b); 110 bool saveMplayerLog(); 111 112 void setMplayerLogName(QString filter); 113 QString mplayerLogName(); 114 #endif 115 116 #ifdef LOG_SMPLAYER 108 117 void setLogSmplayer(bool b); 109 118 bool logSmplayer(); … … 112 121 QString logFilter(); 113 122 114 void setSaveMplayerLog(bool b);115 bool saveMplayerLog();116 117 void setMplayerLogName(QString filter);118 QString mplayerLogName();119 120 123 void setSaveSmplayerLog(bool b); 121 124 bool saveSmplayerLog(); 125 #endif 122 126 123 127 protected:
Note:
See TracChangeset
for help on using the changeset viewer.