diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-06-28 18:27:49 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-06-28 18:27:49 +0200 |
| commit | a7897c02f790cd487874f09bc7b4ec31c17968ee (patch) | |
| tree | ecf4d1494f6c642818f7a52f21739cd610e1d1e9 /src/qt/clientmodel.cpp | |
| parent | Merge #8261: The bit field is shown only when status is "started" (diff) | |
| download | discoin-a7897c02f790cd487874f09bc7b4ec31c17968ee.tar.xz discoin-a7897c02f790cd487874f09bc7b4ec31c17968ee.zip | |
qt: Remove client name from debug window
Remove the client name from the debug window in the GUI. It is already
part of the user agent, so adding it separately doesn't add anything.
Diffstat (limited to 'src/qt/clientmodel.cpp')
| -rw-r--r-- | src/qt/clientmodel.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/qt/clientmodel.cpp b/src/qt/clientmodel.cpp index 108500654..14661b857 100644 --- a/src/qt/clientmodel.cpp +++ b/src/qt/clientmodel.cpp @@ -179,11 +179,6 @@ bool ClientModel::isReleaseVersion() const return CLIENT_VERSION_IS_RELEASE; } -QString ClientModel::clientName() const -{ - return QString::fromStdString(CLIENT_NAME); -} - QString ClientModel::formatClientStartupTime() const { return QDateTime::fromTime_t(nClientStartupTime).toString(); |