Pass an empty NeochatRoomMember when not in the map

This commit is contained in:
James Graham
2024-07-26 16:16:08 +01:00
parent b3146034cf
commit e4fab6d9a9
3 changed files with 21 additions and 16 deletions

View File

@@ -54,7 +54,6 @@ class NeochatRoomMember : public QObject
public:
NeochatRoomMember() = default;
explicit NeochatRoomMember(NeoChatRoom *room, const QString &memberId);
QString id() const;