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

Method MessageEventModel

client/models/messageeventmodel.cpp:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32#include "lib/events/unknownevent.h"
33
34MessageEventModel::MessageEventModel(QObject* parent)
35 : QAbstractListModel(parent)
36{
37 m_currentRoom = 0;
38 m_connection = 0;
39}
40
41MessageEventModel::~MessageEventModel()
42{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected