MCPcopy Create free account
hub / github.com/KDE/okular / generatorConfig

Method generatorConfig

core/document.cpp:900–909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

898}
899
900ConfigInterface *DocumentPrivate::generatorConfig(GeneratorInfo &info)
901{
902 if (info.configChecked) {
903 return info.config;
904 }
905
906 info.config = qobject_cast<Okular::ConfigInterface *>(info.generator);
907 info.configChecked = true;
908 return info.config;
909}
910
911SaveInterface *DocumentPrivate::generatorSave(GeneratorInfo &info)
912{

Callers 1

fillConfigDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected