MCPcopy Create free account
hub / github.com/KDE/labplot / setModelRows

Method setModelRows

src/backend/datasources/filters/JsonFilter.cpp:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void JsonFilter::setModelRows(const QVector<int>& rows) {
109 d->modelRows = rows;
110}
111
112QVector<int> JsonFilter::modelRows() const {
113 return d->modelRows;

Callers 2

applyFilterSettingsMethod · 0.45
testObjectImport04Method · 0.45

Calls

no outgoing calls

Tested by 1

testObjectImport04Method · 0.36