| 2580 | } |
| 2581 | |
| 2582 | KXMLGUIClient *Document::guiClient() |
| 2583 | { |
| 2584 | if (d->m_generator) { |
| 2585 | Okular::GuiInterface *iface = qobject_cast<Okular::GuiInterface *>(d->m_generator); |
| 2586 | if (iface) { |
| 2587 | return iface->guiClient(); |
| 2588 | } |
| 2589 | } |
| 2590 | return nullptr; |
| 2591 | } |
| 2592 | |
| 2593 | void Document::closeDocument() |
| 2594 | { |