UrlProvider: Introduce combine(), rootUrl(), atomFeed()

Tento commit je obsažen v:
2022-03-27 19:51:53 +02:00
rodič 9520aabe5c
revize bcc3737d88
2 změnil soubory, kde provedl 32 přidání a 0 odebrání

Zobrazit soubor

@@ -48,6 +48,12 @@ class UrlProvider
std::string category(std::string catname);
std::string login(std::string page);
std::string rootUrl();
std::string atomFeed(std::string filter);
std::string combine(std::initializer_list<std::string> urls);
};
#endif // LINKCREATOR_H