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

Method printConfigurationWidget

core/document.cpp:4829–4837  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4827}
4828
4829QWidget *Document::printConfigurationWidget() const
4830{
4831 if (d->m_generator) {
4832 PrintInterface *iface = qobject_cast<Okular::PrintInterface *>(d->m_generator);
4833 return iface ? iface->printConfigurationWidget() : nullptr;
4834 } else {
4835 return nullptr;
4836 }
4837}
4838
4839void Document::fillConfigDialog(KConfigDialog *dialog)
4840{

Callers 1

slotPrintMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected