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

Method setUndoStack

src/bootentrylistmodel.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15void BootEntryListModel::setUndoStack(QUndoStack *undo_stack_)
16{
17 undo_stack = undo_stack_;
18}
19
20auto BootEntryListModel::getUndoStack() const -> QUndoStack *
21{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected