equal
deleted
inserted
replaced
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 |