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

Method hideLoadingIndicator

lib/documentview/documentview.cpp:321–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319 }
320
321 void hideLoadingIndicator()
322 {
323 if (!mLoadingIndicator) {
324 return;
325 }
326 mLoadingIndicatorDelay->stop();
327 mLoadingIndicator->hide();
328 }
329
330 void resizeAdapterWidget()
331 {

Callers 3

slotCompletedMethod · 0.80
slotLoadingFailedMethod · 0.80
slotBusyChangedMethod · 0.80

Calls 1

stopMethod · 0.80

Tested by

no test coverage detected