More error indication.

Also fixes #80.
This commit is contained in:
Black Hat
2018-10-15 06:49:30 +08:00
parent 878bcaa84d
commit babe614555
3 changed files with 16 additions and 1 deletions

View File

@@ -14,6 +14,8 @@
SpectralRoom::SpectralRoom(Connection* connection, QString roomId,
JoinState joinState)
: Room(connection, std::move(roomId), joinState) {
connect(this, &Room::avatarChanged, this,
&SpectralRoom::inheritedAvatarChanged);
connect(this, &SpectralRoom::notificationCountChanged, this,
&SpectralRoom::countChanged);
connect(this, &SpectralRoom::highlightCountChanged, this,