diff options
| author | Tannin <devnull@localhost> | 2013-07-13 22:11:30 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-07-13 22:11:30 +0200 |
| commit | 5c968a124280a60e64298809e3e78e5d3783d59c (patch) | |
| tree | 0910816561ba7e84112a93ccaba34c17b352aeff /src/mainwindow.h | |
| parent | e09cef39095b8d675f11a41dd4d152cdecac1809 (diff) | |
- added the ability to connect to the internet through a proxy
- integrated fomod installer now supports the or-operator for page conditions
- integrated fomod installer now caches condition results to speed up tests
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 61157f13..f9e3bddc 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -230,6 +230,9 @@ private: void updateESPLock(bool locked); + static void setupNetworkProxy(bool activate); + void activateProxy(bool activate); + private: Ui::MainWindow *ui; |
