Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
void StringData::addEmptyRow()
27
{
28
d_ptr->m_values << QStringList();
29
}
30
31
// Add new row with one value
32
// @input:
Callers
4
testAddEmptyRow
Method · 0.45
testInsertRows
Method · 0.45
testAddEmptyRow
Method · 0.45
testInsertRows
Method · 0.45
Calls
1
QStringList
Class · 0.70
Tested by
4
testAddEmptyRow
Method · 0.36
testInsertRows
Method · 0.36
testAddEmptyRow
Method · 0.36
testInsertRows
Method · 0.36