aboutsummaryrefslogtreecommitdiff
path: root/src/qt/optionsmodel.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2014-07-25 18:20:40 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2015-07-24 12:28:06 +0200
commited166dfa8284778bc6e42acc2efcafa893f33cec (patch)
tree86897006c3fd3d25b87be9c24d8a2f183396f60a /src/qt/optionsmodel.h
parentbfd807ff3287f391dcf184b755997fb9d0456a1a (diff)
downloadbitcoin-ed166dfa8284778bc6e42acc2efcafa893f33cec.tar.xz
[Qt] allow users to set -onion via GUI
- also allow users to see, if the default proxy (-proxy) is used for reaching peers via IPv6 or Tor
Diffstat (limited to 'src/qt/optionsmodel.h')
-rw-r--r--src/qt/optionsmodel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qt/optionsmodel.h b/src/qt/optionsmodel.h
index fc26d65b04..8448cad8de 100644
--- a/src/qt/optionsmodel.h
+++ b/src/qt/optionsmodel.h
@@ -34,6 +34,9 @@ public:
ProxyUse, // bool
ProxyIP, // QString
ProxyPort, // int
+ ProxyUseTor, // bool
+ ProxyIPTor, // QString
+ ProxyPortTor, // int
DisplayUnit, // BitcoinUnits::Unit
ThirdPartyTxUrls, // QString
Language, // QString