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

Method data

examples/Sql/main.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 return sourceModel()->rowCount();
68 }
69 QVariant data(const QModelIndex &ind, int role) const override
70 {
71 return sourceModel()->data(mapToSource(ind), role);
72 }
73};
74
75/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected