| 1696 | } |
| 1697 | |
| 1698 | shared_qobject_ptr<Meta::Index> Application::metadataIndex() |
| 1699 | { |
| 1700 | if (!m_metadataIndex) { |
| 1701 | m_metadataIndex.reset(new Meta::Index()); |
| 1702 | } |
| 1703 | return m_metadataIndex; |
| 1704 | } |
| 1705 | |
| 1706 | void Application::updateCapabilities() |
| 1707 | { |
no test coverage detected