changeset 2261 | 57e99c908e7c |
parent 2098 | c977d7f2aa09 |
child 2377 | f3fab2b09e0c |
--- a/QTfrontend/gameuiconfig.h Sun Jul 12 19:12:08 2009 +0000 +++ b/QTfrontend/gameuiconfig.h Tue Jul 14 20:02:07 2009 +0000 @@ -48,7 +48,12 @@ bool isFrontendEffects() const; bool isFrontendFullscreen() const; void resizeToConfigValues(); - + +#ifdef __APPLE__ + //autoupdate + bool isAutoUpdateEnabled(); +#endif + signals: void frontendFullscreen(bool value);