| 2826 | } |
| 2827 | |
| 2828 | bool 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 | |
| 2838 | std::pair<SigningResult, QString> Document::sign(const NewSignatureData &data, const QString &newPath) |
| 2839 | { |