aboutsummaryrefslogtreecommitdiff
path: root/include/QuickMedia.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-07-10 03:52:44 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-10 03:52:44 +0200
commita50b832de4019ce8b5d72e8541d64d68ed3a615a (patch)
tree7a49d864642e5c8254db9c3bbfd6ce35c890c670 /include/QuickMedia.hpp
parenta5be59329daa54c8afeab01a8ee530fca07baaf7 (diff)
Make autocomplete asynchronous
Diffstat (limited to 'include/QuickMedia.hpp')
-rw-r--r--include/QuickMedia.hpp1
1 files changed, 1 insertions, 0 deletions
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<std::string> watched_videos;
std::future<BodyItems> search_suggestion_future;
+ std::future<std::string> autocomplete_future;
std::future<void> image_download_future;
std::string downloading_chapter_url;
bool image_download_cancel = false;