| 32 | } |
| 33 | |
| 34 | InsertBootEntryCommand::InsertBootEntryCommand(BootEntryListModel &model_, const QModelIndex &index_parent_, int index_, const BootEntry &entry_, QUndoCommand *parent) |
| 35 | : InsertRemoveBootEntryCommand(model_, QObject::tr("Insert %1 entry \"%2\" at position %3").arg(model_.name, entry_.getTitle()).arg(index_), index_parent_, index_, entry_, parent) |
| 36 | { |
| 37 | } |
| 38 | |
| 39 | void InsertBootEntryCommand::undo() |
| 40 | { |