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

Method columnsInserted

src/KDChart/KDChartModelDataCache_p.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void ModelSignalMapperConnector::columnsInserted(const QModelIndex &parent, int start, int end)
57{
58 m_mapper.columnsInserted(parent, start, end);
59}
60
61void ModelSignalMapperConnector::columnsRemoved(const QModelIndex &parent, int start, int end)
62{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected