Changeset 127 for smplayer/vendor/current/src/preferences.h
- Timestamp:
- Mar 29, 2012, 3:09:42 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/preferences.h
r121 r127 178 178 int cache_for_tv; 179 179 180 #if YOUTUBE_SUPPORT180 #ifdef YOUTUBE_SUPPORT 181 181 int yt_quality; 182 182 #endif … … 249 249 250 250 // Logs 251 #ifdef LOG_MPLAYER 251 252 bool log_mplayer; 253 bool verbose_log; 254 bool autosave_mplayer_log; 255 QString mplayer_log_saveto; 256 #endif 257 #ifdef LOG_SMPLAYER 252 258 bool log_smplayer; 253 259 QString log_filter; 254 bool verbose_log;255 260 bool save_smplayer_log; 256 257 //mplayer log autosaving 258 bool autosave_mplayer_log; 259 QString mplayer_log_saveto; 260 //mplayer log autosaving end 261 #endif 261 262 262 263 #if REPAINT_BACKGROUND_OPTION … … 454 455 Instances 455 456 ********* */ 456 457 #ifdef SINGLE_INSTANCE 457 458 bool use_single_instance; 458 int connection_port; // Manual port 459 bool use_autoport; 460 int autoport; // Port automatically chosen by Qt 459 #endif 461 460 462 461
Note:
See TracChangeset
for help on using the changeset viewer.