QTfrontend/gameuiconfig.h
branchexperimental3D
changeset 3696 6009d8378422
parent 3694 3e9c0634065c
child 4004 b1c2c2f6fc5e
equal deleted inserted replaced
3694:3e9c0634065c 3696:6009d8378422
    50     QString netNick();
    50     QString netNick();
    51     bool isReducedQuality() const;
    51     bool isReducedQuality() const;
    52     bool isFrontendEffects() const;
    52     bool isFrontendEffects() const;
    53     bool isFrontendFullscreen() const;
    53     bool isFrontendFullscreen() const;
    54     void resizeToConfigValues();
    54     void resizeToConfigValues();
    55     bool isStereoEnabled() const;
    55     quint32 stereoMode() const;
    56 
    56 
    57 #ifdef __APPLE__
    57 #ifdef __APPLE__
    58 #ifdef SPARKLE_ENABLED
    58 #ifdef SPARKLE_ENABLED
    59     bool isAutoUpdateEnabled();
    59     bool isAutoUpdateEnabled();
    60 #endif
    60 #endif