| 54 | } |
| 55 | |
| 56 | void ModelSignalMapperConnector::columnsInserted(const QModelIndex &parent, int start, int end) |
| 57 | { |
| 58 | m_mapper.columnsInserted(parent, start, end); |
| 59 | } |
| 60 | |
| 61 | void ModelSignalMapperConnector::columnsRemoved(const QModelIndex &parent, int start, int end) |
| 62 | { |
nothing calls this directly
no outgoing calls
no test coverage detected