| 25 | #include "lib/room.h" |
| 26 | |
| 27 | RoomListModel::RoomListModel(QObject* parent) |
| 28 | : QAbstractListModel(parent) |
| 29 | { |
| 30 | m_connection = 0; |
| 31 | } |
| 32 | |
| 33 | RoomListModel::~RoomListModel() |
| 34 | { |
nothing calls this directly
no outgoing calls
no test coverage detected