MCPcopy Create free account
hub / github.com/ElementsProject/elements / addColumn

Method addColumn

src/qt/csvmodelwriter.cpp:22–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

exportClickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected