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

Method dataChanged

src/KDChart/KDChartModelDataCache_p.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void ModelSignalMapperConnector::dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight)
67{
68 m_mapper.dataChanged(topLeft, bottomRight);
69}
70
71void ModelSignalMapperConnector::layoutChanged()
72{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected