aboutsummaryrefslogtreecommitdiff
path: root/src/qt/clientmodel.cpp
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2012-04-10 13:31:12 -0700
committerPieter Wuille <pieter.wuille@gmail.com>2012-04-10 13:31:12 -0700
commit702764f53b6aded29fc2e020078d192ec2b13d68 (patch)
tree3c532113e13e79b5a0677fd5f8080766ea96ae23 /src/qt/clientmodel.cpp
parentb56772e5df75832b84efacba60bbb3e7910fa1cf (diff)
parenta20c0d0f6792acf532309eee2e9f29120c801ee4 (diff)
downloadbitcoin-702764f53b6aded29fc2e020078d192ec2b13d68.tar.xz
Merge pull request #1054 from sipa/buildinfo
Build identification strings
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 8163da0915..284bee0e8e 100644
--- a/src/qt/clientmodel.cpp
+++ b/src/qt/clientmodel.cpp
@@ -88,3 +88,8 @@ QString ClientModel::formatFullVersion() const
{
return QString::fromStdString(FormatFullVersion());
}
+
+QString ClientModel::formatBuildDate() const
+{
+ return QString::fromStdString(CLIENT_DATE);
+}