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

Method getUndoStack

src/hotkeylistmodel.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected