diff options
| author | Gregory Maxwell <[email protected]> | 2012-05-08 12:26:49 -0700 |
|---|---|---|
| committer | Gregory Maxwell <[email protected]> | 2012-05-08 12:26:49 -0700 |
| commit | fa8cc47c4f70bd3e2b0f4bc5076aba40597b12ec (patch) | |
| tree | d3799e882995bc721fcf5794fe69cbbca8b4e5a7 /src/qt/clientmodel.cpp | |
| parent | Increase client version to 0.6.99 (diff) | |
| parent | Add UI RPC console / debug window (diff) | |
| download | discoin-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.cpp | 5 |
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); +} |