diff -r fae7a18afe03 -r 0e5782b0dd54 QTfrontend/gameuiconfig.h --- a/QTfrontend/gameuiconfig.h Tue Dec 11 15:45:20 2012 +0100 +++ b/QTfrontend/gameuiconfig.h Wed Dec 12 15:57:01 2012 +0100 @@ -52,6 +52,12 @@ QString netNick(); QByteArray netPasswordHash(); int netPasswordLength(); + void clearPasswordHash(); + void setPasswordHash(const QString & passwordhash); + QString passwordHash(); + void clearTempHash(); + void setTempHash(const QString & temphash); + QString tempHash(); void setNetPasswordLength(int passwordLength); bool isReducedQuality() const; bool isFrontendEffects() const; @@ -87,6 +93,7 @@ bool netPasswordIsValid(); bool eventFilter(QObject *object, QEvent *event); quint8 depth; + QString temphash; }; #endif