| 5 | { |
| 6 | |
| 7 | void SceneSelectionChangeClose::updateSelection( const std::vector<std::shared_ptr<const Object>>& ) |
| 8 | { |
| 9 | auto thisPlugin = dynamic_cast< StateBasePlugin* >( this ); |
| 10 | thisPlugin->enable( false ); |
| 11 | } |
| 12 | |
| 13 | void SceneSelectionChangeRestart::updateSelection( const std::vector<std::shared_ptr<const Object>>& objects ) |
| 14 | { |
no test coverage detected