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

Method loadDocumentFromDataWithPassword

core/generator.cpp:209–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209Document::OpenResult Generator::loadDocumentFromDataWithPassword(const QByteArray &fileData, QList<Page *> &pagesVector, const QString &)
210{
211 return loadDocumentFromData(fileData, pagesVector) ? Document::OpenSuccess : Document::OpenError;
212}
213
214Generator::SwapBackingFileResult Generator::swapBackingFile(QString const & /*newFileName */, QList<Okular::Page *> & /*newPagesVector*/)
215{

Callers 1

openDocumentInternalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected