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