MCPcopy Create free account
hub / github.com/Neverous/efibooteditor / redo

Method redo

include/commands.h:173–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171 }
172
173 void redo() override
174 {
175 auto &entry = model.entries[index.row()];
176 auto old_value = entry.*property;
177 entry.*property = value;
178 value = old_value;
179 emit model.dataChanged(index, index, {Qt::EditRole});
180 }
181
182 bool mergeWith(const QUndoCommand *command) override
183 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected