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

Method TextDocumentGenerator

core/textdocumentgenerator.cpp:270–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270TextDocumentGenerator::TextDocumentGenerator(TextDocumentConverter *converter, const QString &configName, QObject *parent, const QVariantList &args)
271 : Okular::Generator(*new TextDocumentGeneratorPrivate(converter), parent, args)
272{
273 Q_D(TextDocumentGenerator);
274 d->mGeneralSettings = new TextDocumentSettings(configName, this);
275
276 d->initializeGenerator();
277}
278
279TextDocumentGenerator::~TextDocumentGenerator()
280{

Callers

nothing calls this directly

Calls 1

initializeGeneratorMethod · 0.80

Tested by

no test coverage detected