MCPcopy Create free account
hub / github.com/KDE/kdevelop / setUsesBusyIndicator

Method setUsesBusyIndicator

kdevplatform/shell/progresswidget/progressmanager.cpp:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void ProgressItem::setUsesBusyIndicator( bool useBusyIndicator )
117{
118 mUsesBusyIndicator = useBusyIndicator;
119 emit progressItemUsesBusyIndicator( this, useBusyIndicator );
120}
121
122// ======================================
123

Callers 1

showProgressMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected