| 239 | } |
| 240 | |
| 241 | RemoveBootEntryFilePathCommand::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 | |
| 246 | void RemoveBootEntryFilePathCommand::undo() |
| 247 | { |