diff options
author | Russell Yanofsky <russ@yanofsky.org> | 2017-04-17 16:43:47 -0400 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2018-04-04 16:52:40 -0400 |
commit | 90d4640b7eff3154a0750c5acb52d39bd41e0bbb (patch) | |
tree | 514691c9e9e6b52d6f866030a800681ca0554376 /src/qt/optionsmodel.h | |
parent | 582daf6d22da5394d02a12003b9542d9f5865ae2 (diff) |
Remove direct bitcoin calls from qt/optionsdialog.cpp
Diffstat (limited to 'src/qt/optionsmodel.h')
-rw-r--r-- | src/qt/optionsmodel.h | 2 |
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 */ |