| 1684 | } |
| 1685 | |
| 1686 | shared_qobject_ptr<Meta::Index> Application::metadataIndex() |
| 1687 | { |
| 1688 | if (!m_metadataIndex) |
| 1689 | { |
| 1690 | m_metadataIndex.reset(new Meta::Index()); |
| 1691 | } |
| 1692 | return m_metadataIndex; |
| 1693 | } |
| 1694 | |
| 1695 | QString Application::getJarsPath() |
| 1696 | { |
no test coverage detected