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

Method getName

src/instance.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39QString Instance::getName() const
40{
41 return name;
42}
43
44void Instance::setArguments(const QList<Argument*>& args)
45{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected