| 95 | public: |
| 96 | InsertBootEntryCommand(BootEntryListModel &model_, const QModelIndex &index_parent_, int index_, const BootEntry &entry_, QUndoCommand *parent = nullptr); |
| 97 | InsertBootEntryCommand(const InsertBootEntryCommand &) = delete; |
| 98 | InsertBootEntryCommand &operator=(const InsertBootEntryCommand &) = delete; |
| 99 | |
| 100 | void undo() override; |
nothing calls this directly
no outgoing calls
no test coverage detected