add username to message (simple)

This commit is contained in:
Rasmus Karlsson
2017-12-17 17:48:46 +01:00
parent f7318a26e3
commit 5839b9f522
5 changed files with 8 additions and 9 deletions
-5
View File
@@ -36,11 +36,6 @@ int Message::getTimeoutCount() const
return this->timeoutCount;
}
const QString &Message::getUserName() const
{
return this->userName;
}
const QString &Message::getDisplayName() const
{
return this->displayName;