diff options
| author | Jonas Schnelli <[email protected]> | 2016-06-29 10:41:23 +0200 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2016-06-29 10:41:33 +0200 |
| commit | 6a87eb0e4b476c37ed6e013f35a6aa5ef4ecf34e (patch) | |
| tree | ecf4d1494f6c642818f7a52f21739cd610e1d1e9 /src/qt/clientmodel.cpp | |
| parent | Merge #8261: The bit field is shown only when status is "started" (diff) | |
| parent | qt: Remove client name from debug window (diff) | |
| download | discoin-6a87eb0e4b476c37ed6e013f35a6aa5ef4ecf34e.tar.xz discoin-6a87eb0e4b476c37ed6e013f35a6aa5ef4ecf34e.zip | |
Merge #8281: qt: Remove client name from debug window
a7897c0 qt: Remove client name from debug window (Wladimir J. van der Laan)
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(); |