diff -r b018f6117fc1 -r 148d581b17ab QTfrontend/gameuiconfig.h --- a/QTfrontend/gameuiconfig.h Sat Jun 04 16:09:12 2011 -0400 +++ b/QTfrontend/gameuiconfig.h Wed Jun 08 03:36:54 2011 -0400 @@ -49,6 +49,9 @@ quint8 timerInterval(); quint8 bitDepth(); QString netNick(); + QByteArray netPasswordHash(); + int netPasswordLength(); + void setNetPasswordLength(int passwordLength); bool isReducedQuality() const; bool isFrontendEffects() const; bool isFrontendFullscreen() const; @@ -68,6 +71,7 @@ void SaveOptions(); private: + bool netPasswordIsValid(); quint8 depth; };