aboutsummaryrefslogtreecommitdiff
path: root/src/qt/clientmodel.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2012-04-09 21:07:25 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2012-05-05 10:37:06 +0200
commit460c51fdad07c89b64b60d680bad7ba89c9d5ee2 (patch)
treed260c85b84dbe759ff035acb68cd023bc0c41ff6 /src/qt/clientmodel.h
parentca97bde8ff53f2604d601061af1f0ff6e2a37487 (diff)
downloadbitcoin-460c51fdad07c89b64b60d680bad7ba89c9d5ee2.tar.xz
Add UI RPC console / debug window
Diffstat (limited to 'src/qt/clientmodel.h')
-rw-r--r--src/qt/clientmodel.h1
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;