MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / getValueString

Method getValueString

src/textvalue.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30QString TextValue::getValueString() const
31{
32 return text;
33}
34
35TextValue& TextValue::toText()
36{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected