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

Method SetBootEntryFilePathCommand

src/commands.cpp:256–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256SetBootEntryFilePathCommand::SetBootEntryFilePathCommand(BootEntryListModel &model_, const QModelIndex &index_, int row_, const FilePath::ANY &value_, QUndoCommand *parent)
257 : QUndoCommand(QObject::tr("Set %1 entry \"%2\" file path at position %3").arg(model_.name, model_.entries.at(index_.row()).getTitle()).arg(row_), parent)
258 , model{model_}
259 , index{index_}
260 , value{value_}
261 , row{row_}
262{
263}
264
265int SetBootEntryFilePathCommand::id() const
266{

Callers

nothing calls this directly

Calls 1

getTitleMethod · 0.80

Tested by

no test coverage detected