Ignore:
Timestamp:
Mar 15, 2012, 5:14:10 PM (14 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer 0.7.1: vendor update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/src/prefperformance.cpp

    r118 r121  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2011 Ricardo Villalba <[email protected]>
     2    Copyright (C) 2006-201>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    2323#include "preferences.h"
    2424
     25
     26
     27
     28
    2529using namespace Global;
    2630
     
    3943#endif
    4044
     45
     46
     47
     48
     49
     50
     51
     52
     53
     54
     55
     56
     57
     58
     59
     60
     61
     62
     63
     64
     65
    4166        retranslateStrings();
    4267}
     
    5176
    5277QPixmap PrefPerformance::sectionIcon() {
    53     return Images::icon("pref_performance");
     78    return Images::icon("pref_performance");
    5479}
    5580
     
    90115        setFastAudioSwitching( pref->fast_audio_change );
    91116        setThreads( pref->threads );
     117
     118
     119
     120
    92121}
    93122
     
    112141        pref->fast_audio_change = fastAudioSwitching();
    113142        TEST_AND_SET(pref->threads, threads());
     143
     144
     145
     146
    114147}
    115148
     
    227260        return threads_spin->value();
    228261}
     262
     263
     264
     265
     266
     267
     268
     269
     270
     271
     272
    229273
    230274void PrefPerformance::createHelp() {
     
    286330#endif
    287331
     332
     333
     334
     335
     336
    288337        addSectionTitle(tr("Cache"));
    289338
Note: See TracChangeset for help on using the changeset viewer.