summaryrefslogtreecommitdiffstats
path: root/gui/dialogs/SettingsDialog.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-01-07 02:19:26 +0100
committerPetr Mrázek <peterix@gmail.com>2014-01-07 02:19:26 +0100
commit28c35ea0db3b38a050f18c8aa868061202f931da (patch)
tree910e275e2a52ef9558d5378d35cc7cbdfab460ec /gui/dialogs/SettingsDialog.h
parent267f18ca814cbe96e9581dfbf79b744543d1e8b8 (diff)
downloadMultiMC-28c35ea0db3b38a050f18c8aa868061202f931da.tar
MultiMC-28c35ea0db3b38a050f18c8aa868061202f931da.tar.gz
MultiMC-28c35ea0db3b38a050f18c8aa868061202f931da.tar.lz
MultiMC-28c35ea0db3b38a050f18c8aa868061202f931da.tar.xz
MultiMC-28c35ea0db3b38a050f18c8aa868061202f931da.zip
Fix proxy settings radio buttons not triggering updates of the proxy settings.
Diffstat (limited to 'gui/dialogs/SettingsDialog.h')
-rw-r--r--gui/dialogs/SettingsDialog.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gui/dialogs/SettingsDialog.h b/gui/dialogs/SettingsDialog.h
index 6039ecab..d7bbbeb3 100644
--- a/gui/dialogs/SettingsDialog.h
+++ b/gui/dialogs/SettingsDialog.h
@@ -75,8 +75,6 @@ slots:
void checkFinished(JavaCheckResult result);
- void on_proxyNoneBtn_toggled(bool checked);
-
/*!
* Updates the list of update channels in the combo box.
*/
@@ -88,6 +86,7 @@ slots:
void refreshUpdateChannelDesc();
void updateChannelSelectionChanged(int index);
+ void proxyChanged(int);
private:
Ui::SettingsDialog *ui;