| 34 | |
| 35 | //----------------------------------------------------------------------------- |
| 36 | ActorColorButton::ActorColorButton(QWidget* parent) |
| 37 | : qtColorButton(parent), d_ptr(new ActorColorButtonPrivate) |
| 38 | { |
| 39 | } |
| 40 | |
| 41 | //----------------------------------------------------------------------------- |
| 42 | ActorColorButton::~ActorColorButton() |
nothing calls this directly
no outgoing calls
no test coverage detected