aboutsummaryrefslogtreecommitdiff
path: root/MultiMC.h
diff options
context:
space:
mode:
authorForkk <forkk@forkk.net>2014-01-08 21:45:13 -0600
committerForkk <forkk@forkk.net>2014-01-08 21:45:13 -0600
commit06b5fa5dccdfc54496cd79e6eba6d025bc6e1204 (patch)
tree83d2f49d9e694bdd8f8d2cdd3879e696f435ba10 /MultiMC.h
parent51817962aa64bc5c084e33fb29a21261d19bc8f3 (diff)
parentb767d4b134148ddb3f956253a2f7f2cad831e782 (diff)
downloadPrismLauncher-06b5fa5dccdfc54496cd79e6eba6d025bc6e1204.tar.gz
PrismLauncher-06b5fa5dccdfc54496cd79e6eba6d025bc6e1204.tar.bz2
PrismLauncher-06b5fa5dccdfc54496cd79e6eba6d025bc6e1204.zip
Merge branch 'release-0.1'
Release MultiMC version 0.1.
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
*/