| 1812 | } |
| 1813 | |
| 1814 | void DUChain::emitDeclarationSelected(const DeclarationPointer& decl) |
| 1815 | { |
| 1816 | if (sdDUChainPrivate->m_destroyed) |
| 1817 | return; |
| 1818 | |
| 1819 | emit declarationSelected(decl); |
| 1820 | } |
| 1821 | |
| 1822 | void DUChain::emitUpdateReady(const IndexedString& url, const ReferencedTopDUContext& topContext) |
| 1823 | { |