diff options
| author | Pieter Wuille <[email protected]> | 2012-04-10 13:31:12 -0700 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2012-04-10 13:31:12 -0700 |
| commit | 702764f53b6aded29fc2e020078d192ec2b13d68 (patch) | |
| tree | 3c532113e13e79b5a0677fd5f8080766ea96ae23 /src/qt/clientmodel.cpp | |
| parent | Merge pull request #1046 from laanwj/2012_04_rpcporterror (diff) | |
| parent | Build identification strings (diff) | |
| download | discoin-702764f53b6aded29fc2e020078d192ec2b13d68.tar.xz discoin-702764f53b6aded29fc2e020078d192ec2b13d68.zip | |
Merge pull request #1054 from sipa/buildinfo
Build identification strings
Diffstat (limited to 'src/qt/clientmodel.cpp')
| -rw-r--r-- | src/qt/clientmodel.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/qt/clientmodel.cpp b/src/qt/clientmodel.cpp index 8163da091..284bee0e8 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); +} |