MCPcopy Create free account
hub / github.com/KDAB/KDChart / columnsRemoved

Method columnsRemoved

src/KDChart/KDChartModelDataCache_p.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void ModelSignalMapperConnector::columnsRemoved(const QModelIndex &parent, int start, int end)
62{
63 m_mapper.columnsRemoved(parent, start, end);
64}
65
66void ModelSignalMapperConnector::dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight)
67{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected