X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fsettingspages%2Fcoreaccountsettingspage.h;h=ee0572e30dc7d33eceea9faacfe4e11de0619d0f;hb=9ddb5712b16b3219338871d346765bc649007de0;hp=4bdd6b05c22ada56313abf10ee2fe1bb16435b71;hpb=1cb02004ee5973b89368bd84f234d4652794690d;p=quassel.git diff --git a/src/qtui/settingspages/coreaccountsettingspage.h b/src/qtui/settingspages/coreaccountsettingspage.h index 4bdd6b05..ee0572e3 100644 --- a/src/qtui/settingspages/coreaccountsettingspage.h +++ b/src/qtui/settingspages/coreaccountsettingspage.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2016 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -22,6 +22,7 @@ #define COREACCOUNTSETTINGSPAGE_H_ #include +#include #include "settingspage.h" @@ -102,12 +103,14 @@ private slots: void on_hostName_textChanged(const QString &); void on_accountName_textChanged(const QString &); void on_user_textChanged(const QString &); + void on_radioButtonManualProxy_toggled(bool checked); void setWidgetStates(); private: Ui::CoreAccountEditDlg ui; CoreAccount _account; + enum ProxyType { NoProxy, SystemProxy, ManualProxy }; };