diff --git a/core/include/Catalogue/CatalogueController.h b/core/include/Catalogue/CatalogueController.h index d31229b..efb1897 100644 --- a/core/include/Catalogue/CatalogueController.h +++ b/core/include/Catalogue/CatalogueController.h @@ -55,6 +55,7 @@ public: // Catalogue std::list > retrieveEventsFromCatalogue(std::shared_ptr catalogue) const; + /// retrieveEvents with empty repository retrieve them from the default repository std::list > retrieveCatalogues(const QString &repository = QString()) const;