changeset 7703 | 78d2ac987f41 |
parent 7700 | fc44e4e33d1c |
child 8151 | 25b95d6224fc |
--- a/QTfrontend/ui/page/pageoptions.h Sat Sep 22 19:01:39 2012 +0400 +++ b/QTfrontend/ui/page/pageoptions.h Sat Sep 22 19:14:58 2012 +0400 @@ -30,6 +30,13 @@ Q_OBJECT public: + enum ProxyTypes { + NoProxy = 0, + SystemProxy = 1, + Socks5Proxy = 2, + HTTPProxy = 3 + }; + PageOptions(QWidget* parent = 0); QCheckBox *WeaponTooltip;