| 1625 | } |
| 1626 | |
| 1627 | shared_qobject_ptr<Meta::Index> Application::metadataIndex() |
| 1628 | { |
| 1629 | if (!m_metadataIndex) |
| 1630 | { |
| 1631 | m_metadataIndex.reset(new Meta::Index()); |
| 1632 | } |
| 1633 | return m_metadataIndex; |
| 1634 | } |
| 1635 | |
| 1636 | QString Application::getJarsPath() |
| 1637 | { |
no test coverage detected