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

Method InsertBootEntryCommand

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

Source from the content-addressed store, hash-verified

95public:
96 InsertBootEntryCommand(BootEntryListModel &model_, const QModelIndex &index_parent_, int index_, const BootEntry &entry_, QUndoCommand *parent = nullptr);
97 InsertBootEntryCommand(const InsertBootEntryCommand &) = delete;
98 InsertBootEntryCommand &operator=(const InsertBootEntryCommand &) = delete;
99
100 void undo() override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected