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.
This commit is contained in:
Wladimir J. van der Laan
2016-06-28 18:27:49 +02:00
committed by lateminer
parent db7da64904
commit 213ba0e1a9
4 changed files with 26 additions and 56 deletions

View File

@@ -191,11 +191,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();