MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / validate

Method validate

src/gui/util_gui.cpp:72–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70
71
72QValidator::State DoubleValidator::validate(QString& input, int& pos) const
73{
74 // Transform thousands group separators into decimal points to avoid confusion
75 input.replace(QLatin1Char(','), QLatin1Char('.'));
76
77 return QDoubleValidator::validate(input, pos);
78}
79
80
81

Callers 2

processSymbolSetMethod · 0.45
processExamplesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected