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

Method generatorSave

core/document.cpp:911–920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

909}
910
911SaveInterface *DocumentPrivate::generatorSave(GeneratorInfo &info)
912{
913 if (info.saveChecked) {
914 return info.save;
915 }
916
917 info.save = qobject_cast<Okular::SaveInterface *>(info.generator);
918 info.saveChecked = true;
919 return info.save;
920}
921
922Document::OpenResult DocumentPrivate::openDocumentInternal(const KPluginMetaData &offer, bool isstdin, const QString &docFile, const QByteArray &filedata, const QString &password)
923{

Callers 2

canSaveChangesMethod · 0.80
saveChangesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected