QTfrontend/gameuiconfig.h
changeset 2377 f3fab2b09e0c
parent 2261 57e99c908e7c
child 2392 a55dbef5cf31
equal deleted inserted replaced
2376:ece7b87f1334 2377:f3fab2b09e0c
    46 	QString netNick();
    46 	QString netNick();
    47 	bool isReducedQuality() const;
    47 	bool isReducedQuality() const;
    48 	bool isFrontendEffects() const;
    48 	bool isFrontendEffects() const;
    49 	bool isFrontendFullscreen() const;
    49 	bool isFrontendFullscreen() const;
    50 	void resizeToConfigValues();
    50 	void resizeToConfigValues();
    51     
    51 
    52 #ifdef __APPLE__
    52 #ifdef __APPLE__
    53     //autoupdate
    53     //autoupdate
    54     bool isAutoUpdateEnabled();
    54     bool isAutoUpdateEnabled();
    55 #endif
    55 #endif
    56     
    56 
    57  signals:
    57  signals:
    58 	void frontendFullscreen(bool value);
    58 	void frontendFullscreen(bool value);
    59 
    59 
    60 public slots:
    60 public slots:
    61 	void SaveOptions();
    61 	void SaveOptions();