Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/okular
/ unloadGenerator
Method
unloadGenerator
core/document.cpp:876–880 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
874
}
875
876
void DocumentPrivate::unloadGenerator(GeneratorInfo &info)
877
{
878
delete info.generator;
879
info.generator = nullptr;
880
}
881
882
void DocumentPrivate::cacheExportFormats()
883
{
Callers
1
~Document
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected