| 124 | public: |
| 125 | MoveBootEntryCommand(BootEntryListModel &model_, const QModelIndex &source_parent_, int source_index_, const QModelIndex &destination_parent_, int destination_index_, QUndoCommand *parent = nullptr); |
| 126 | MoveBootEntryCommand(const MoveBootEntryCommand &) = delete; |
| 127 | MoveBootEntryCommand &operator=(const MoveBootEntryCommand &) = delete; |
| 128 | |
| 129 | int id() const override; |
nothing calls this directly
no outgoing calls
no test coverage detected