| 1104 | } |
| 1105 | |
| 1106 | void RibbonMenu::pushNotification( const RibbonNotification& notification ) |
| 1107 | { |
| 1108 | notifier_.pushNotification( notification ); |
| 1109 | } |
| 1110 | |
| 1111 | void RibbonMenu::cloneTree( const std::vector<std::shared_ptr<Object>>& selectedObjects ) |
| 1112 | { |
no outgoing calls
no test coverage detected