aboutsummaryrefslogtreecommitdiff
path: root/src/qt/optionsdialog.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-08-07 13:42:02 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2015-08-07 13:43:13 +0200
commit0c465f5e6035c6df2868cbd5b940f9b24c07293f (patch)
tree174128ba61d448af0e158132aab5fbbdfdc8f0f2 /src/qt/optionsdialog.h
parent100c9d3994efa0527915bf15d6cc3078d6b80856 (diff)
parented166dfa8284778bc6e42acc2efcafa893f33cec (diff)
downloadbitcoin-0c465f5e6035c6df2868cbd5b940f9b24c07293f.tar.xz
Merge pull request #4587
ed166df [Qt] allow users to set -onion via GUI (Philip Kaufmann)
Diffstat (limited to 'src/qt/optionsdialog.h')
-rw-r--r--src/qt/optionsdialog.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/qt/optionsdialog.h b/src/qt/optionsdialog.h
index fa983e798c..348489c599 100644
--- a/src/qt/optionsdialog.h
+++ b/src/qt/optionsdialog.h
@@ -47,6 +47,8 @@ private Q_SLOTS:
void showRestartWarning(bool fPersistent = false);
void clearStatusLabel();
void doProxyIpChecks(QValidatedLineEdit *pUiProxyIp, int nProxyPort);
+ /* query the networks, for which the default proxy is used */
+ void updateDefaultProxyNets();
Q_SIGNALS:
void proxyIpChecks(QValidatedLineEdit *pUiProxyIp, int nProxyPort);
@@ -55,7 +57,7 @@ private:
Ui::OptionsDialog *ui;
OptionsModel *model;
QDataWidgetMapper *mapper;
- bool fProxyIpValid;
+ bool fProxyIpsValid;
};
#endif // BITCOIN_QT_OPTIONSDIALOG_H