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
parent 3685e0c1da
commit a7897c02f7
4 changed files with 26 additions and 56 deletions

View File

@@ -73,7 +73,6 @@ public:
QString formatFullVersion() const;
QString formatSubVersion() const;
bool isReleaseVersion() const;
QString clientName() const;
QString formatClientStartupTime() const;
QString dataDir() const;