equal
deleted
inserted
replaced
47 bool appendDateTimeToRecordName(); |
47 bool appendDateTimeToRecordName(); |
48 quint8 volume(); |
48 quint8 volume(); |
49 quint8 timerInterval(); |
49 quint8 timerInterval(); |
50 quint8 bitDepth(); |
50 quint8 bitDepth(); |
51 QString netNick(); |
51 QString netNick(); |
|
52 QByteArray netPasswordHash(); |
|
53 int netPasswordLength(); |
|
54 void setNetPasswordLength(int passwordLength); |
52 bool isReducedQuality() const; |
55 bool isReducedQuality() const; |
53 bool isFrontendEffects() const; |
56 bool isFrontendEffects() const; |
54 bool isFrontendFullscreen() const; |
57 bool isFrontendFullscreen() const; |
55 void resizeToConfigValues(); |
58 void resizeToConfigValues(); |
56 quint32 stereoMode() const; |
59 quint32 stereoMode() const; |
66 |
69 |
67 public slots: |
70 public slots: |
68 void SaveOptions(); |
71 void SaveOptions(); |
69 |
72 |
70 private: |
73 private: |
|
74 bool netPasswordIsValid(); |
71 quint8 depth; |
75 quint8 depth; |
72 }; |
76 }; |
73 |
77 |
74 #endif |
78 #endif |