QTfrontend/gameuiconfig.h
changeset 2401 2a694ea2a437
parent 2395 d01d3bf3e1de
child 2443 fececcbc2189
equal deleted inserted replaced
2400:2422ea85d100 2401:2a694ea2a437
    48 	bool isReducedQuality() const;
    48 	bool isReducedQuality() const;
    49 	bool isFrontendEffects() const;
    49 	bool isFrontendEffects() const;
    50 	bool isFrontendFullscreen() const;
    50 	bool isFrontendFullscreen() const;
    51 	void resizeToConfigValues();
    51 	void resizeToConfigValues();
    52 
    52 
    53 #ifdef __APPLE__ and SPARKLE_ENABLED
    53 #ifdef __APPLE__
    54     bool isAutoUpdateEnabled();
    54 #ifdef SPARKLE_ENABLED
       
    55 	bool isAutoUpdateEnabled();
       
    56 #endif
    55 #endif
    57 #endif
    56 
    58 
    57  signals:
    59  signals:
    58 	void frontendFullscreen(bool value);
    60 	void frontendFullscreen(bool value);
    59 
    61