Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
106
bool UndoStep::getModifiedParts(PartSet& out) const
107
{
108
Q_UNUSED(out);
109
return false;
110
}
111
112
void UndoStep::getModifiedObjects(int, ObjectSet&) const
113
{
Callers
1
updateMapState
Method · 0.45
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected