| 471 | } |
| 472 | |
| 473 | QString IdealButtonBarWidget::id(const IdealToolButton* button) const |
| 474 | { |
| 475 | const auto* const action = knownValidToolViewAction(button->defaultAction()); |
| 476 | return action->id(); |
| 477 | } |
| 478 | |
| 479 | IdealToolButton* IdealButtonBarWidget::button(const QString& id) const |
| 480 | { |
no test coverage detected