| 8 | { |
| 9 | |
| 10 | BackgroundWidget::BackgroundWidget(const std::shared_ptr<ClientContext>& ctx, QWidget* parent) : BaseWidget(ctx, parent) { |
| 11 | |
| 12 | } |
| 13 | |
| 14 | void BackgroundWidget::paintEvent(QPaintEvent *event) { |
| 15 | BaseWidget::paintEvent(event); |
nothing calls this directly
no outgoing calls
no test coverage detected