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

Method getUndoStack

src/bootentrylistmodel.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20auto BootEntryListModel::getUndoStack() const -> QUndoStack *
21{
22 return undo_stack;
23}
24
25auto BootEntryListModel::rowCount(const QModelIndex &parent) const -> int
26{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected