Fix proxy settings radio buttons not triggering updates of the proxy settings.

This commit is contained in:
Petr Mrázek
2014-01-07 02:19:26 +01:00
parent 267f18ca81
commit 28c35ea0db
3 changed files with 18 additions and 6 deletions

View File

@ -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;