| 234 | } |
| 235 | |
| 236 | void SelectableNode::connectUndoSystem(IUndoSystem& undoSystem) |
| 237 | { |
| 238 | _undoStateSaver = undoSystem.getStateSaver(*this); |
| 239 | } |
| 240 | |
| 241 | void SelectableNode::disconnectUndoSystem(IUndoSystem& undoSystem) |
| 242 | { |
nothing calls this directly
no test coverage detected