| 1475 | } |
| 1476 | |
| 1477 | QList<TopDUContext*> DUChain::chainsForDocument(const QUrl& document) const |
| 1478 | { |
| 1479 | return chainsForDocument(IndexedString(document)); |
| 1480 | } |
| 1481 | |
| 1482 | QList<TopDUContext*> DUChain::chainsForDocument(const IndexedString& document) const |
| 1483 | { |