MCPcopy Create free account
hub / github.com/LUX-Core/lux / addColumn

Method addColumn

src/qt/csvmodelwriter.cpp:21–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void CSVModelWriter::addColumn(const QString& title, int column, int role)
22{
23 Column col;
24 col.title = title;
25 col.column = column;
26 col.role = role;
27
28 columns.append(col);
29}
30
31static void writeValue(QTextStream& f, const QString& value)
32{

Callers 3

exportClickedMethod · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected