MCPcopy Create free account
hub / github.com/Martchus/syncthingtray / componentComplete

Method componentComplete

syncthingwidgets/quick/quickicon.cpp:45–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected