MCPcopy Create free account
hub / github.com/KDE/gwenview / LoadingIndicator

Method LoadingIndicator

lib/documentview/loadingindicator.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54};
55
56LoadingIndicator::LoadingIndicator(QGraphicsItem *parent)
57 : QGraphicsWidget(parent)
58 , d(new LoadingIndicatorPrivate(this))
59{
60}
61
62LoadingIndicator::~LoadingIndicator()
63{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected