| 13 | } |
| 14 | |
| 15 | void BootEntryListModel::setUndoStack(QUndoStack *undo_stack_) |
| 16 | { |
| 17 | undo_stack = undo_stack_; |
| 18 | } |
| 19 | |
| 20 | auto BootEntryListModel::getUndoStack() const -> QUndoStack * |
| 21 | { |
nothing calls this directly
no outgoing calls
no test coverage detected