Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
openUrl
Method · 0.80
slotBusyChanged
Method · 0.80
Calls
1
start
Method · 0.45
Tested by
no test coverage detected