Changeset 128 for smplayer/trunk/src/prefperformance.cpp
- Timestamp:
- Mar 29, 2012, 4:53:15 PM (13 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 127
- Property svn:mergeinfo changed
-
smplayer/trunk/src/prefperformance.cpp
r124 r128 23 23 #include "preferences.h" 24 24 25 #if YOUTUBE_SUPPORT25 #ifdef YOUTUBE_SUPPORT 26 26 #include "retrieveyoutubeurl.h" 27 27 #endif … … 43 43 #endif 44 44 45 #if YOUTUBE_SUPPORT45 #ifdef YOUTUBE_SUPPORT 46 46 yt_quality_combo->addItem( "240p (flv)", RetrieveYoutubeUrl::FLV_240p ); 47 47 … … 116 116 setThreads( pref->threads ); 117 117 118 #if YOUTUBE_SUPPORT118 #ifdef YOUTUBE_SUPPORT 119 119 setYTQuality( pref->yt_quality ); 120 120 #endif … … 142 142 TEST_AND_SET(pref->threads, threads()); 143 143 144 #if YOUTUBE_SUPPORT144 #ifdef YOUTUBE_SUPPORT 145 145 pref->yt_quality = YTQuality(); 146 146 #endif … … 261 261 } 262 262 263 #if YOUTUBE_SUPPORT263 #ifdef YOUTUBE_SUPPORT 264 264 void PrefPerformance::setYTQuality(int q) { 265 265 yt_quality_combo->setCurrentIndex(yt_quality_combo->findData(q)); … … 330 330 #endif 331 331 332 #if YOUTUBE_SUPPORT332 #ifdef YOUTUBE_SUPPORT 333 333 setWhatsThis(yt_quality_combo, tr("Youtube quality"), 334 334 tr("Select the preferred quality for youtube videos.") );
Note:
See TracChangeset
for help on using the changeset viewer.