| 50 | } |
| 51 | |
| 52 | std::optional<std::string> getDynamicName( const std::shared_ptr<HistoryAction>& action ) |
| 53 | { |
| 54 | if ( auto combHist = std::dynamic_pointer_cast<CombinedHistoryAction>( action ) ) |
| 55 | return combHist->getDynamicName(); |
| 56 | return {}; |
| 57 | } |
| 58 | |
| 59 | } |
no test coverage detected