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