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

Method RoomListModel

client/models/roomlistmodel.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25#include "lib/room.h"
26
27RoomListModel::RoomListModel(QObject* parent)
28 : QAbstractListModel(parent)
29{
30 m_connection = 0;
31}
32
33RoomListModel::~RoomListModel()
34{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected