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

Method InsertRemoveBootEntryCommand

src/commands.cpp:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include "commands.h"
5
6InsertRemoveBootEntryCommand::InsertRemoveBootEntryCommand(BootEntryListModel &model_, const QString &description, const QModelIndex &index_parent_, int index_, const BootEntry &entry_, QUndoCommand *parent)
7 : QUndoCommand(description, parent)
8 , model{model_}
9 , index_parent{index_parent_}
10 , entry{entry_}
11 , index{index_}
12{
13}
14
15int InsertRemoveBootEntryCommand::id() const
16{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected