aboutsummaryrefslogtreecommitdiff
path: root/src/qt/optionsmodel.h
diff options
context:
space:
mode:
authorRussell Yanofsky <russ@yanofsky.org>2017-04-17 16:43:47 -0400
committerJohn Newbery <john@johnnewbery.com>2018-04-04 16:52:40 -0400
commit90d4640b7eff3154a0750c5acb52d39bd41e0bbb (patch)
tree514691c9e9e6b52d6f866030a800681ca0554376 /src/qt/optionsmodel.h
parent582daf6d22da5394d02a12003b9542d9f5865ae2 (diff)
downloadbitcoin-90d4640b7eff3154a0750c5acb52d39bd41e0bbb.tar.xz
Remove direct bitcoin calls from qt/optionsdialog.cpp
Diffstat (limited to 'src/qt/optionsmodel.h')
-rw-r--r--src/qt/optionsmodel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/optionsmodel.h b/src/qt/optionsmodel.h
index 1d6bc19475..96c6b8fa45 100644
--- a/src/qt/optionsmodel.h
+++ b/src/qt/optionsmodel.h
@@ -79,6 +79,8 @@ public:
void setRestartRequired(bool fRequired);
bool isRestartRequired() const;
+ interface::Node& node() const { return m_node; }
+
private:
interface::Node& m_node;
/* Qt-only settings */