From cdf8d103f1ed6a932eb30b589b578d23ca66a514 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 10 May 2021 18:49:44 +0200 Subject: Add downloader, fix room navigation lag Fix bug where getting next page fails if there is no search bar --- include/StringUtils.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/StringUtils.hpp') diff --git a/include/StringUtils.hpp b/include/StringUtils.hpp index 6df16db..8a94d2f 100644 --- a/include/StringUtils.hpp +++ b/include/StringUtils.hpp @@ -17,4 +17,5 @@ namespace QuickMedia { std::string strip(const std::string &str); bool string_starts_with(const std::string &str, const char *sub); bool string_ends_with(const std::string &str, const std::string &ends_with_str); + size_t str_find_case_insensitive(const std::string &str, size_t start_index, const char *substr, size_t substr_len); } \ No newline at end of file -- cgit v1.2.3