QTfrontend/gameuiconfig.h
changeset 8434 4821897a0f10
parent 8354 c25bee85d6f8
child 8444 75db7bb8dce8
child 9080 9b42757d7e71
equal deleted inserted replaced
8432:f2d57e987ba9 8434:4821897a0f10
    95         void SaveVideosOptions();
    95         void SaveVideosOptions();
    96         void updNetNick();
    96         void updNetNick();
    97     private:
    97     private:
    98         bool netPasswordIsValid();
    98         bool netPasswordIsValid();
    99         bool eventFilter(QObject *object, QEvent *event);
    99         bool eventFilter(QObject *object, QEvent *event);
   100 	    QString temphash;
   100         QString temphash;
   101         QList<BindAction> m_binds;
   101         QList<BindAction> m_binds;
   102 };
   102 };
   103 
   103 
   104 #endif
   104 #endif