| 16 | #include <QPainter> |
| 17 | |
| 18 | FrameWidget::FrameWidget(QWidget *parent, Qt::WindowFlags f) |
| 19 | : QWidget(parent, f) |
| 20 | { |
| 21 | // this block left empty intentionally |
| 22 | } |
| 23 | |
| 24 | void FrameWidget::paintEvent(QPaintEvent *e) |
| 25 | { |
nothing calls this directly
no outgoing calls
no test coverage detected