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

Method InsertBootEntryFilePathCommand

src/commands.cpp:226–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226InsertBootEntryFilePathCommand::InsertBootEntryFilePathCommand(BootEntryListModel &model_, const QModelIndex &index_, int row_, const FilePath::ANY &file_path_, QUndoCommand *parent)
227 : InsertRemoveBootEntryFilePathCommand(model_, QObject::tr("Insert %1 entry \"%2\" file path at position %3").arg(model_.name, model_.entries.at(index_.row()).getTitle()).arg(row_), index_, row_, file_path_, parent)
228{
229}
230
231void InsertBootEntryFilePathCommand::undo()
232{

Callers

nothing calls this directly

Calls 1

getTitleMethod · 0.80

Tested by

no test coverage detected