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/settings.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/settings.h')
| -rw-r--r-- | src/settings.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h index 2d66fd59..f1d29bd7 100644 --- a/src/settings.h +++ b/src/settings.h @@ -163,6 +163,11 @@ public: bool enableQuickInstaller(); /** + * @return true if the user configured the use of a network proxy + */ + bool useProxy(); + + /** * @brief sets the new motd hash **/ void setMotDHash(uint hash); |
