diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-04-09 21:07:25 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-05-05 10:37:06 +0200 |
| commit | 460c51fdad07c89b64b60d680bad7ba89c9d5ee2 (patch) | |
| tree | d260c85b84dbe759ff035acb68cd023bc0c41ff6 /src/qt/clientmodel.h | |
| parent | Merge pull request #1171 from Diapolo/fix_compiler_warn (diff) | |
| download | discoin-460c51fdad07c89b64b60d680bad7ba89c9d5ee2.tar.xz discoin-460c51fdad07c89b64b60d680bad7ba89c9d5ee2.zip | |
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 8e7431a2f..74e0c0688 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; |