QTfrontend/gameuiconfig.h
changeset 8325 ecd51650d5d8
parent 8294 0e5782b0dd54
child 8330 aaefa587e277
child 8346 3443e0de2c9d
equal deleted inserted replaced
8324:e0dcf5b0e1b1 8325:ecd51650d5d8
    46         bool isShowFPSEnabled();
    46         bool isShowFPSEnabled();
    47         bool isAltDamageEnabled();
    47         bool isAltDamageEnabled();
    48         bool appendDateTimeToRecordName();
    48         bool appendDateTimeToRecordName();
    49         quint8 volume();
    49         quint8 volume();
    50         quint8 timerInterval();
    50         quint8 timerInterval();
    51         quint8 bitDepth();
       
    52         QString netNick();
    51         QString netNick();
    53         QByteArray netPasswordHash();
    52         QByteArray netPasswordHash();
    54         int netPasswordLength();
    53         int netPasswordLength();
    55         void clearPasswordHash();
    54         void clearPasswordHash();
    56         void setPasswordHash(const QString & passwordhash);
    55         void setPasswordHash(const QString & passwordhash);
    90         void SaveVideosOptions();
    89         void SaveVideosOptions();
    91         void updNetNick();
    90         void updNetNick();
    92     private:
    91     private:
    93         bool netPasswordIsValid();
    92         bool netPasswordIsValid();
    94         bool eventFilter(QObject *object, QEvent *event);
    93         bool eventFilter(QObject *object, QEvent *event);
    95         quint8 depth;
       
    96 	QString temphash;
    94 	QString temphash;
    97 };
    95 };
    98 
    96 
    99 #endif
    97 #endif