MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / removeRow

Method removeRow

3rdparty/qtcsv-qt5/sources/variantdata.cpp:170–173  ·  view source on GitHub ↗

Remove the row at index position 'row' @input: - row - index of row to remove. 'row' must be a valid index position (i.e., 0 <= row < rowCount()). Otherwise function will do nothing.

Source from the content-addressed store, hash-verified

168// - row - index of row to remove. 'row' must be a valid index position
169// (i.e., 0 <= row < rowCount()). Otherwise function will do nothing.
170void VariantData::removeRow(const int& row)
171{
172 d_ptr->m_values.removeAt(row);
173}
174
175// Replace the row at index position 'row' with new row.
176// @input:

Callers

nothing calls this directly

Calls 1

removeAtMethod · 0.45

Tested by

no test coverage detected