Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
void StringData::addEmptyRow() {
18
m_values << QList<QString>();
19
}
20
21
// Add new row with one value
22
// @input:
Callers
4
testAddEmptyRow
Method · 0.45
testInsertRows
Method · 0.45
testAddEmptyRow
Method · 0.45
testInsertRows
Method · 0.45
Calls
no outgoing calls
Tested by
4
testAddEmptyRow
Method · 0.36
testInsertRows
Method · 0.36
testAddEmptyRow
Method · 0.36
testInsertRows
Method · 0.36