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

Method getModifiedParts

src/undo/undo.cpp:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106bool UndoStep::getModifiedParts(PartSet& out) const
107{
108 Q_UNUSED(out);
109 return false;
110}
111
112void UndoStep::getModifiedObjects(int, ObjectSet&) const
113{

Callers 1

updateMapStateMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected