| 2035 | |
| 2036 | |
| 2037 | std::shared_ptr<UBDocumentProxy> UBDocumentController::selectedDocumentProxy() |
| 2038 | { |
| 2039 | return UBPersistenceManager::persistenceManager()->mDocumentTreeStructureModel->proxyForIndex(firstSelectedTreeIndex()); |
| 2040 | } |
| 2041 | |
| 2042 | QList<std::shared_ptr<UBDocumentProxy>> UBDocumentController::selectedProxies() |
| 2043 | { |
nothing calls this directly
no test coverage detected