MCPcopy Create free account
hub / github.com/davidar/tensor / namesChanged

Method namesChanged

client/models/roomlistmodel.cpp:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void RoomListModel::namesChanged(QMatrixClient::Room* room)
95{
96 int row = m_rooms.indexOf(room);
97 emit dataChanged(index(row), index(row));
98}
99
100void RoomListModel::unreadMessagesChanged(QMatrixClient::Room* room)
101{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected