| 59 | } |
| 60 | |
| 61 | void ModelSignalMapperConnector::columnsRemoved(const QModelIndex &parent, int start, int end) |
| 62 | { |
| 63 | m_mapper.columnsRemoved(parent, start, end); |
| 64 | } |
| 65 | |
| 66 | void ModelSignalMapperConnector::dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight) |
| 67 | { |
nothing calls this directly
no outgoing calls
no test coverage detected