| 1559 | } |
| 1560 | |
| 1561 | shared_qobject_ptr<Meta::Index> Application::metadataIndex() |
| 1562 | { |
| 1563 | if (!m_metadataIndex) |
| 1564 | { |
| 1565 | m_metadataIndex.reset(new Meta::Index()); |
| 1566 | } |
| 1567 | return m_metadataIndex; |
| 1568 | } |
| 1569 | |
| 1570 | void Application::updateCapabilities() |
| 1571 | { |
no test coverage detected