| 64 | } |
| 65 | |
| 66 | void ModelSignalMapperConnector::dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight) |
| 67 | { |
| 68 | m_mapper.dataChanged(topLeft, bottomRight); |
| 69 | } |
| 70 | |
| 71 | void ModelSignalMapperConnector::layoutChanged() |
| 72 | { |
nothing calls this directly
no outgoing calls
no test coverage detected