| 43 | } |
| 44 | |
| 45 | void Icon::componentComplete() |
| 46 | { |
| 47 | QQuickItem::componentComplete(); |
| 48 | |
| 49 | QQmlEngine *engine = qmlEngine(this); |
| 50 | Q_ASSERT(engine); |
| 51 | updatePaintedGeometry(); |
| 52 | } |
| 53 | |
| 54 | void Icon::setSource(const QVariant &icon) |
| 55 | { |
nothing calls this directly
no outgoing calls
no test coverage detected