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

Method guiClient

core/document.cpp:2582–2591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2580}
2581
2582KXMLGUIClient *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
2593void Document::closeDocument()
2594{

Callers 1

openFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected