diff options
| author | Russell Yanofsky <[email protected]> | 2017-04-17 16:43:47 -0400 |
|---|---|---|
| committer | John Newbery <[email protected]> | 2018-04-04 16:52:40 -0400 |
| commit | 90d4640b7eff3154a0750c5acb52d39bd41e0bbb (patch) | |
| tree | 514691c9e9e6b52d6f866030a800681ca0554376 /src/qt/optionsmodel.h | |
| parent | Remove direct bitcoin calls from qt/rpcconsole.cpp (diff) | |
| download | discoin-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.h | 2 |
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 */ |