MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / addEmptyRow

Method addEmptyRow

3rdparty/qtcsv-qt5/sources/stringdata.cpp:26–29  ·  view source on GitHub ↗

Add new empty row

Source from the content-addressed store, hash-verified

24
25// Add new empty row
26void StringData::addEmptyRow()
27{
28 d_ptr->m_values << QStringList();
29}
30
31// Add new row with one value
32// @input:

Callers 4

testAddEmptyRowMethod · 0.45
testInsertRowsMethod · 0.45
testAddEmptyRowMethod · 0.45
testInsertRowsMethod · 0.45

Calls 1

QStringListClass · 0.70

Tested by 4

testAddEmptyRowMethod · 0.36
testInsertRowsMethod · 0.36
testAddEmptyRowMethod · 0.36
testInsertRowsMethod · 0.36