| 1396 | } |
| 1397 | |
| 1398 | void DUChain::removeFromEnvironmentManager(TopDUContext* chain) |
| 1399 | { |
| 1400 | ParsingEnvironmentFilePointer file = chain->parsingEnvironmentFile(); |
| 1401 | if (!file) |
| 1402 | return; //We don't need to manage |
| 1403 | |
| 1404 | sdDUChainPrivate->removeEnvironmentInformation(file); |
| 1405 | } |
| 1406 | |
| 1407 | TopDUContext* DUChain::chainForDocument(const QUrl& document, bool proxyContext) const |
| 1408 | { |
no test coverage detected