| 20 | #include "IPMorphologyCheckbox.h" |
| 21 | |
| 22 | IPMorphologyCheckbox::IPMorphologyCheckbox(QWidget *parent) : |
| 23 | QCheckBox(parent) |
| 24 | { |
| 25 | // setMouseTracking(true); |
| 26 | } |
| 27 | |
| 28 | |
| 29 | void IPMorphologyCheckbox::paintEvent(QPaintEvent*) |
nothing calls this directly
no outgoing calls
no test coverage detected