equal
deleted
inserted
replaced
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__ |
|
53 //autoupdate |
|
54 bool isAutoUpdateEnabled(); |
|
55 #endif |
|
56 |
52 signals: |
57 signals: |
53 void frontendFullscreen(bool value); |
58 void frontendFullscreen(bool value); |
54 |
59 |
55 public slots: |
60 public slots: |
56 void SaveOptions(); |
61 void SaveOptions(); |