MCPcopy Create free account
hub / github.com/LibrePCB/LibrePCB / performRedo

Method performRedo

libs/librepcb/editor/cmd/cmdattributeedit.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void CmdAttributeEdit::performRedo() {
100 mAttribute.setTypeValueUnit(*mNewType, mNewValue, mNewUnit);
101 mAttribute.setKey(mNewKey);
102}
103
104/*******************************************************************************
105 * End of File

Callers

nothing calls this directly

Calls 2

setTypeValueUnitMethod · 0.80
setKeyMethod · 0.45

Tested by

no test coverage detected