MCPcopy Create free account
hub / github.com/KDE/labplot / numberFormat

Method numberFormat

src/backend/datasources/filters/JsonFilter.cpp:126–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 d->numberFormat = lang;
125}
126QLocale::Language JsonFilter::numberFormat() const {
127 return d->numberFormat;
128}
129
130void JsonFilter::setNaNValueToZero(bool b) {
131 d->nanValue = (b ? 0 : NAN);

Callers 1

exportViewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected