| 279 | } |
| 280 | |
| 281 | void OpenDocumentSet::documentCreated(IDocument* doc) |
| 282 | { |
| 283 | Q_D(WatchedDocumentSet); |
| 284 | |
| 285 | d->addDocument(IndexedString(doc->url()), DoUpdate | DoEmit); |
| 286 | } |
| 287 | |
| 288 | void OpenDocumentSet::documentUrlChanged(IDocument* doc, const QUrl& previousUrl) |
| 289 | { |
nothing calls this directly
no test coverage detected