aboutsummaryrefslogtreecommitdiff
path: root/src/qt/clientmodel.cpp
diff options
context:
space:
mode:
authorGregory Maxwell <[email protected]>2012-05-08 12:26:49 -0700
committerGregory Maxwell <[email protected]>2012-05-08 12:26:49 -0700
commitfa8cc47c4f70bd3e2b0f4bc5076aba40597b12ec (patch)
treed3799e882995bc721fcf5794fe69cbbca8b4e5a7 /src/qt/clientmodel.cpp
parentIncrease client version to 0.6.99 (diff)
parentAdd UI RPC console / debug window (diff)
downloaddiscoin-fa8cc47c4f70bd3e2b0f4bc5076aba40597b12ec.tar.xz
discoin-fa8cc47c4f70bd3e2b0f4bc5076aba40597b12ec.zip
Merge pull request #1075 from laanwj/2012_04_consoleui
Add UI RPC console / debug window
Diffstat (limited to 'src/qt/clientmodel.cpp')
-rw-r--r--src/qt/clientmodel.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/qt/clientmodel.cpp b/src/qt/clientmodel.cpp
index cb602ce32..d7172fd9c 100644
--- a/src/qt/clientmodel.cpp
+++ b/src/qt/clientmodel.cpp
@@ -93,3 +93,8 @@ QString ClientModel::formatBuildDate() const
{
return QString::fromStdString(CLIENT_DATE);
}
+
+QString ClientModel::clientName() const
+{
+ return QString::fromStdString(CLIENT_NAME);
+}