| 45 | } |
| 46 | |
| 47 | void GoToFlowWidget::applyTheme(const Theme &theme) |
| 48 | { |
| 49 | auto goToFlowTheme = theme.goToFlowWidget; |
| 50 | |
| 51 | flow->setBackgroundColor(goToFlowTheme.flowBackgroundColor); |
| 52 | flow->setTextColor(goToFlowTheme.flowTextColor); |
| 53 | } |
| 54 | |
| 55 | GoToFlowWidget::~GoToFlowWidget() |
| 56 | { |
nothing calls this directly
no test coverage detected