| 665 | } |
| 666 | |
| 667 | void BackgroundParser::addDocument(const IndexedString& url, TopDUContext::Features features, int priority, |
| 668 | QObject* notifyWhenReady, ParseJob::SequentialProcessingFlags flags, int delay) |
| 669 | { |
| 670 | Q_D(BackgroundParser); |
| 671 | d->addDocumentListener(url, features, priority, notifyWhenReady, flags, delay, |
| 672 | BackgroundParserPrivate::AddBehavior::AddIfMissing); |
| 673 | } |
| 674 | |
| 675 | void BackgroundParser::removeDocument(const IndexedString& url, QObject* notifyWhenReady) |
| 676 | { |