MCPcopy Create free account
hub / github.com/dalboris/vpaint / clone

Method clone

src/Gui/VectorAnimationComplex/KeyEdge.cpp:197–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195
196
197KeyEdge * KeyEdge::clone()
198{
199 return new KeyEdge(this);
200}
201
202void KeyEdge::remapPointers(VAC * newVAC)
203{

Callers 1

KeyEdgeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected