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

Method print

core/textdocumentgenerator.cpp:425–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423}
424
425Document::PrintError TextDocumentGenerator::print(QPrinter &printer)
426{
427 Q_D(TextDocumentGenerator);
428 if (!d->mDocument) {
429 return Document::UnknownPrintError;
430 }
431
432 d->mDocument->print(&printer);
433
434 return Document::NoPrintError;
435}
436
437Okular::DocumentInfo TextDocumentGenerator::generateDocumentInfo(const QSet<DocumentInfo::Key> & /*keys*/) const
438{

Callers 1

exportToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected