Changeset 124 for smplayer/trunk/src/prefperformance.cpp
- Timestamp:
- Mar 16, 2012, 4:02:47 PM (14 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/prefperformance.cpp (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 121-122
- Property svn:mergeinfo changed
-
smplayer/trunk/src/prefperformance.cpp
r119 r124 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 1 Ricardo Villalba <[email protected]>2 Copyright (C) 2006-201> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 23 23 #include "preferences.h" 24 24 25 26 27 28 25 29 using namespace Global; 26 30 … … 39 43 #endif 40 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 41 66 retranslateStrings(); 42 67 } … … 51 76 52 77 QPixmap PrefPerformance::sectionIcon() { 53 return Images::icon("pref_performance" );78 return Images::icon("pref_performance"); 54 79 } 55 80 … … 90 115 setFastAudioSwitching( pref->fast_audio_change ); 91 116 setThreads( pref->threads ); 117 118 119 120 92 121 } 93 122 … … 112 141 pref->fast_audio_change = fastAudioSwitching(); 113 142 TEST_AND_SET(pref->threads, threads()); 143 144 145 146 114 147 } 115 148 … … 227 260 return threads_spin->value(); 228 261 } 262 263 264 265 266 267 268 269 270 271 272 229 273 230 274 void PrefPerformance::createHelp() { … … 286 330 #endif 287 331 332 333 334 335 336 288 337 addSectionTitle(tr("Cache")); 289 338
Note:
See TracChangeset
for help on using the changeset viewer.
