| 224 | } |
| 225 | |
| 226 | InsertBootEntryFilePathCommand::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 | |
| 231 | void InsertBootEntryFilePathCommand::undo() |
| 232 | { |