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

Method addEmptyRow

3rdparty/qtcsv/sources/stringdata.cpp:17–19  ·  view source on GitHub ↗

Add new empty row

Source from the content-addressed store, hash-verified

15
16// Add new empty row
17void StringData::addEmptyRow() {
18 m_values << QList<QString>();
19}
20
21// Add new row with one value
22// @input:

Callers 4

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

Calls

no outgoing calls

Tested by 4

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