MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / startRedo

Method startRedo

radiantcore/undo/UndoSystem.cpp:153–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void UndoSystem::startRedo()
154{
155 _redoStack.start("unnamedCommand");
156 setActiveUndoStack(&_redoStack);
157}
158
159bool UndoSystem::finishRedo(const std::string& command)
160{

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected