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

Method canConfigurePrinter

core/document.cpp:2828–2836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2826}
2827
2828bool Document::canConfigurePrinter() const
2829{
2830 if (d->m_generator) {
2831 const Okular::PrintInterface *iface = qobject_cast<Okular::PrintInterface *>(d->m_generator);
2832 return iface ? true : false;
2833 } else {
2834 return false;
2835 }
2836}
2837
2838std::pair<SigningResult, QString> Document::sign(const NewSignatureData &data, const QString &newPath)
2839{

Callers 1

slotPrintMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected