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

Method exportTo

core/document.cpp:3086–3089  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3084}
3085
3086bool Document::exportTo(const QString &fileName, const ExportFormat &format) const
3087{
3088 return d->m_generator ? d->m_generator->exportTo(fileName, format) : false;
3089}
3090
3091bool Document::historyAtBegin() const
3092{

Callers 2

exportToTextMethod · 0.45
slotExportAsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected