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

Method RemoveBootEntryFilePathCommand

src/commands.cpp:241–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241RemoveBootEntryFilePathCommand::RemoveBootEntryFilePathCommand(BootEntryListModel &model_, const QModelIndex &index_, int row_, QUndoCommand *parent)
242 : InsertRemoveBootEntryFilePathCommand(model_, QObject::tr("Remove %1 entry \"%2\" file path from position %3").arg(model_.name, model_.entries.at(index_.row()).getTitle()).arg(row_), index_, row_, model_.entries.at(index_.row()).device_path.at(row_), parent)
243{
244}
245
246void RemoveBootEntryFilePathCommand::undo()
247{

Callers

nothing calls this directly

Calls 1

getTitleMethod · 0.80

Tested by

no test coverage detected