summaryrefslogtreecommitdiffstats
path: root/MultiMC.h
diff options
context:
space:
mode:
authorForkk <forkk@forkk.net>2014-01-06 15:02:58 -0600
committerForkk <forkk@forkk.net>2014-01-06 15:02:58 -0600
commit0a312d3b08a40d51acc1952df3ed2f0348f4aa5e (patch)
treec232f2fd9039e55d7a0fff0cba7f935573f7ac2b /MultiMC.h
parentfcb8612c10ae1bb1d2d8883a762979e9bca1f31e (diff)
downloadMultiMC-0a312d3b08a40d51acc1952df3ed2f0348f4aa5e.tar
MultiMC-0a312d3b08a40d51acc1952df3ed2f0348f4aa5e.tar.gz
MultiMC-0a312d3b08a40d51acc1952df3ed2f0348f4aa5e.tar.lz
MultiMC-0a312d3b08a40d51acc1952df3ed2f0348f4aa5e.tar.xz
MultiMC-0a312d3b08a40d51acc1952df3ed2f0348f4aa5e.zip
Implement proxy settings
Diffstat (limited to 'MultiMC.h')
-rw-r--r--MultiMC.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/MultiMC.h b/MultiMC.h
index d02099f3..18c7aab7 100644
--- a/MultiMC.h
+++ b/MultiMC.h
@@ -124,6 +124,11 @@ public:
void installUpdates(const QString updateFilesDir, UpdateFlags flags = None);
/*!
+ * Updates the application proxy settings from the settings object.
+ */
+ void updateProxySettings();
+
+ /*!
* Opens a json file using either a system default editor, or, if note empty, the editor
* specified in the settings
*/