Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidar/tensor
/ unreadMessagesChanged
Method
unreadMessagesChanged
client/models/roomlistmodel.cpp:100–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
void RoomListModel::unreadMessagesChanged(QMatrixClient::Room* room)
101
{
102
int row = m_rooms.indexOf(room);
103
emit dataChanged(index(row), index(row));
104
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected