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

Method MoveBootEntryCommand

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

Source from the content-addressed store, hash-verified

124public:
125 MoveBootEntryCommand(BootEntryListModel &model_, const QModelIndex &source_parent_, int source_index_, const QModelIndex &destination_parent_, int destination_index_, QUndoCommand *parent = nullptr);
126 MoveBootEntryCommand(const MoveBootEntryCommand &) = delete;
127 MoveBootEntryCommand &operator=(const MoveBootEntryCommand &) = delete;
128
129 int id() const override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected