Changeset 133 for smplayer/vendor/current/src/preferences.cpp
- Timestamp:
- Oct 24, 2012, 7:56:20 PM (13 years ago)
- File:
-
- 1 edited
-
smplayer/vendor/current/src/preferences.cpp (modified) (14 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/preferences.cpp
r127 r133 39 39 #endif 40 40 41 42 41 43 using namespace Global; 42 44 … … 67 69 General 68 70 ******* */ 71 72 69 73 70 74 #if defined(Q_OS_WIN) || defined(Q_OS_OS2) … … 194 198 #ifdef YOUTUBE_SUPPORT 195 199 yt_quality = RetrieveYoutubeUrl::MP4_720p; 200 196 201 #endif 197 202 … … 384 389 add_to_playlist_consecutive_files = false; 385 390 391 392 393 394 386 395 387 396 /* ******** … … 401 410 latest_dir = QDir::homePath(); 402 411 last_dvd_directory=""; 403 412 save_dirs = true; 404 413 405 414 /* ************** …
