aboutsummaryrefslogtreecommitdiff
path: root/src/qt/optionsmodel.h
diff options
context:
space:
mode:
authorRussell Yanofsky <[email protected]>2017-04-17 16:43:47 -0400
committerJohn Newbery <[email protected]>2018-04-04 16:52:40 -0400
commit90d4640b7eff3154a0750c5acb52d39bd41e0bbb (patch)
tree514691c9e9e6b52d6f866030a800681ca0554376 /src/qt/optionsmodel.h
parentRemove direct bitcoin calls from qt/rpcconsole.cpp (diff)
downloaddiscoin-90d4640b7eff3154a0750c5acb52d39bd41e0bbb.tar.xz
discoin-90d4640b7eff3154a0750c5acb52d39bd41e0bbb.zip
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 1d6bc1947..96c6b8fa4 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 */