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

Method isModified

src/tools/tool_base.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108
109
110bool MapEditorToolBase::EditedItem::isModified() const
111{
112 return !duplicate->equals(active_object, false);
113}
114
115
116

Callers 1

editedObjectsModifiedMethod · 0.80

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected