QTfrontend/gameuiconfig.h
changeset 8294 0e5782b0dd54
parent 8179 a1ffcb559f99
child 8325 ecd51650d5d8
--- 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