| 133 | } |
| 134 | |
| 135 | void clear() |
| 136 | { |
| 137 | m_documents.clear(); |
| 138 | m_imports.clear(); |
| 139 | emit m_documentSet->changed(); |
| 140 | } |
| 141 | |
| 142 | private: |
| 143 | void getImportsFromDU(TopDUContext* context, QSet<TopDUContext*>& visitedContexts) |
no outgoing calls
no test coverage detected