From a50b832de4019ce8b5d72e8541d64d68ed3a615a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 10 Jul 2020 03:52:44 +0200 Subject: Make autocomplete asynchronous --- include/QuickMedia.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/QuickMedia.hpp') diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp index 8884c79..584903a 100644 --- a/include/QuickMedia.hpp +++ b/include/QuickMedia.hpp @@ -83,6 +83,7 @@ namespace QuickMedia { Json::Value content_storage_json; std::unordered_set watched_videos; std::future search_suggestion_future; + std::future autocomplete_future; std::future image_download_future; std::string downloading_chapter_url; bool image_download_cancel = false; -- cgit v1.2.3