aboutsummaryrefslogtreecommitdiff
path: root/src/qt/clientmodel.cpp
diff options
context:
space:
mode:
authorJonas Schnelli <[email protected]>2016-06-29 10:41:23 +0200
committerJonas Schnelli <[email protected]>2016-06-29 10:41:33 +0200
commit6a87eb0e4b476c37ed6e013f35a6aa5ef4ecf34e (patch)
treeecf4d1494f6c642818f7a52f21739cd610e1d1e9 /src/qt/clientmodel.cpp
parentMerge #8261: The bit field is shown only when status is "started" (diff)
parentqt: Remove client name from debug window (diff)
downloaddiscoin-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.cpp5
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();