summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-07-13 22:11:30 +0200
committerTannin <devnull@localhost>2013-07-13 22:11:30 +0200
commit5c968a124280a60e64298809e3e78e5d3783d59c (patch)
tree0910816561ba7e84112a93ccaba34c17b352aeff /src/settings.h
parente09cef39095b8d675f11a41dd4d152cdecac1809 (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.h5
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);