| 272 | } |
| 273 | |
| 274 | void OpenDocumentSet::documentClosed(IDocument* doc) |
| 275 | { |
| 276 | Q_D(WatchedDocumentSet); |
| 277 | |
| 278 | d->delDocument(IndexedString(doc->url()), DoUpdate | DoEmit); |
| 279 | } |
| 280 | |
| 281 | void OpenDocumentSet::documentCreated(IDocument* doc) |
| 282 | { |
nothing calls this directly
no test coverage detected