QTfrontend/gameuiconfig.h
branchwebgl
changeset 9950 2759212a27de
parent 9127 e350500c4edb
parent 9547 f9e82f34c904
child 10015 4feced261c68
equal deleted inserted replaced
9521:8054d9d775fd 9950:2759212a27de
    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 
       
   103         void applyProxySettings();
   102 };
   104 };
   103 
   105 
   104 #endif
   106 #endif