MCPcopy 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
876void DocumentPrivate::unloadGenerator(GeneratorInfo &info)
877{
878 delete info.generator;
879 info.generator = nullptr;
880}
881
882void DocumentPrivate::cacheExportFormats()
883{

Callers 1

~DocumentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected