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

Method setNextDocumentDestination

core/document.cpp:3758–3761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3756}
3757
3758void Document::setNextDocumentDestination(const QString &namedDestination)
3759{
3760 d->m_nextDocumentDestination = namedDestination;
3761}
3762
3763void Document::searchText(int searchID, const QString &text, bool fromStart, Qt::CaseSensitivity caseSensitivity, SearchType type, bool moveViewport, const QColor &color)
3764{

Callers 1

openUrlMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected