| 54 | }; |
| 55 | |
| 56 | LoadingIndicator::LoadingIndicator(QGraphicsItem *parent) |
| 57 | : QGraphicsWidget(parent) |
| 58 | , d(new LoadingIndicatorPrivate(this)) |
| 59 | { |
| 60 | } |
| 61 | |
| 62 | LoadingIndicator::~LoadingIndicator() |
| 63 | { |
nothing calls this directly
no outgoing calls
no test coverage detected