diff options
author | Forkk <forkk@forkk.net> | 2014-01-06 15:02:58 -0600 |
---|---|---|
committer | Forkk <forkk@forkk.net> | 2014-01-06 15:02:58 -0600 |
commit | 0a312d3b08a40d51acc1952df3ed2f0348f4aa5e (patch) | |
tree | c232f2fd9039e55d7a0fff0cba7f935573f7ac2b /MultiMC.h | |
parent | fcb8612c10ae1bb1d2d8883a762979e9bca1f31e (diff) | |
download | PrismLauncher-0a312d3b08a40d51acc1952df3ed2f0348f4aa5e.tar.gz PrismLauncher-0a312d3b08a40d51acc1952df3ed2f0348f4aa5e.tar.bz2 PrismLauncher-0a312d3b08a40d51acc1952df3ed2f0348f4aa5e.zip |
Implement proxy settings
Diffstat (limited to 'MultiMC.h')
-rw-r--r-- | MultiMC.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 */ |