Changeset 137 for smplayer/vendor/current/src/preferences.cpp
- Timestamp:
- Dec 3, 2012, 5:29:00 PM (13 years ago)
- File:
-
- 1 edited
-
smplayer/vendor/current/src/preferences.cpp (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/preferences.cpp
r133 r137 39 39 #endif 40 40 41 #define CURRENT_CONFIG_VERSION 141 #define CURRENT_CONFIG_VERSION 42 42 43 43 using namespace Global; … … 104 104 105 105 use_soft_video_eq = false; 106 use_slices = true;106 use_slices = e; 107 107 autoq = 6; 108 108 add_blackborders_on_fullscreen = false; … … 302 302 show_tag_in_window_title = true; 303 303 304 305 304 306 305 307 /* ********* … … 486 488 487 489 filters->init(); 490 491 492 493 494 495 496 497 498 488 499 } 489 500 … … 721 732 722 733 set->setValue("show_tag_in_window_title", show_tag_in_window_title); 734 735 723 736 724 737 set->endGroup(); // advanced … … 927 940 928 941 942 943 944 945 946 947 948 949 950 951 929 952 set->sync(); 930 953 } … … 1168 1191 1169 1192 show_tag_in_window_title = set->value("show_tag_in_window_title", show_tag_in_window_title).toBool(); 1193 1194 1170 1195 1171 1196 set->endGroup(); // advanced … … 1376 1401 filters->load(set); 1377 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1378 1414 // Fix some values if config is old 1379 1415 if (config_version < CURRENT_CONFIG_VERSION) { 1380 1416 qDebug("Preferences::load: config version is old, updating it"); 1381 1417 config_version = CURRENT_CONFIG_VERSION; 1382 /* 1383 iconset = "Nuvola"; 1384 yt_user_agent = "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"; 1385 */ 1418 use_slices = false; 1386 1419 } 1387 1420 }
Note:
See TracChangeset
for help on using the changeset viewer.
