diff -r 31756e21c436 -r 57e99c908e7c QTfrontend/gameuiconfig.h --- 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);