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

Method InsertRemoveBootEntryFilePathCommand

src/commands.cpp:196–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196InsertRemoveBootEntryFilePathCommand::InsertRemoveBootEntryFilePathCommand(BootEntryListModel &model_, const QString &description, const QModelIndex &index_, int row_, const FilePath::ANY &file_path_, QUndoCommand *parent)
197 : QUndoCommand(description, parent)
198 , model{model_}
199 , file_path{file_path_}
200 , index{index_}
201 , row{row_}
202{
203}
204
205int InsertRemoveBootEntryFilePathCommand::id() const
206{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected