| 65 | } |
| 66 | |
| 67 | void MessageEventModel::setConnection(QMatrixClient::Connection* connection) |
| 68 | { |
| 69 | m_connection = connection; |
| 70 | } |
| 71 | |
| 72 | // QModelIndex LogMessageModel::index(int row, int column, const QModelIndex& parent) const |
| 73 | // { |
nothing calls this directly
no outgoing calls
no test coverage detected