Rename slot to get rid of auto-connect warning

Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Sergey Starosek 2014-06-28 15:01:51 +04:00 committed by Dirk Hohndel
parent 2a8f32b87e
commit 20e0aba0b4
2 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@ slots:
void rememberPrefs();
void gflowChanged(int gf);
void gfhighChanged(int gf);
void on_proxyType_changed(int idx);
void proxyType_changed(int idx);
private:
explicit PreferencesDialog(QWidget *parent = 0, Qt::WindowFlags f = 0);