diff options
author | Gregory Maxwell <gmaxwell@gmail.com> | 2012-05-08 12:26:49 -0700 |
---|---|---|
committer | Gregory Maxwell <gmaxwell@gmail.com> | 2012-05-08 12:26:49 -0700 |
commit | fa8cc47c4f70bd3e2b0f4bc5076aba40597b12ec (patch) | |
tree | d3799e882995bc721fcf5794fe69cbbca8b4e5a7 /src/qt/clientmodel.h | |
parent | a5f95d75a150c3a46488cc8a49653de7fd91f5f2 (diff) | |
parent | 460c51fdad07c89b64b60d680bad7ba89c9d5ee2 (diff) |
Merge pull request #1075 from laanwj/2012_04_consoleui
Add UI RPC console / debug window
Diffstat (limited to 'src/qt/clientmodel.h')
-rw-r--r-- | src/qt/clientmodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/clientmodel.h b/src/qt/clientmodel.h index 8e7431a2f3..74e0c0688f 100644 --- a/src/qt/clientmodel.h +++ b/src/qt/clientmodel.h @@ -38,6 +38,7 @@ public: QString formatFullVersion() const; QString formatBuildDate() const; + QString clientName() const; private: OptionsModel *optionsModel; |