QTfrontend/gameuiconfig.h
changeset 9547 f9e82f34c904
parent 9080 9b42757d7e71
child 9950 2759212a27de
child 9998 736015b847e3
equal deleted inserted replaced
9545:f7a55d8e8f4d 9547:f9e82f34c904
    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