diff options
Diffstat (limited to 'lib/user.cpp')
-rw-r--r-- | lib/user.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/user.cpp b/lib/user.cpp index 673947ff..3c61bfd6 100644 --- a/lib/user.cpp +++ b/lib/user.cpp @@ -132,7 +132,6 @@ void User::updateName(const QString& newName, const Room* r) const auto& oldName = std::exchange(d->defaultName, newName); emit nameChanged(d->defaultName, oldName, nullptr); - } void User::updateName(const QString&, const QString&, const Room*) {} void User::updateAvatarUrl(const QUrl&, const QUrl&, const Room*) {} |