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

Method showLoadingIndicator

lib/documentview/documentview.cpp:313–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311 }
312
313 void showLoadingIndicator()
314 {
315 if (!mLoadingIndicator) {
316 setupLoadingIndicator();
317 }
318 mLoadingIndicatorDelay->start(400);
319 }
320
321 void hideLoadingIndicator()
322 {

Callers 2

openUrlMethod · 0.80
slotBusyChangedMethod · 0.80

Calls 1

startMethod · 0.45

Tested by

no test coverage detected