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

Method roomAt

client/models/roomlistmodel.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50QMatrixClient::Room* RoomListModel::roomAt(int row)
51{
52 return m_rooms.at(row);
53}
54
55void RoomListModel::addRoom(QMatrixClient::Room* room)
56{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected