diff include/gui/pages/anime_list.h @ 274:f6a756c19bfb

anime_list.cc: use mutexes so we don't sex the stack strings.cc: use Qt to convert from HTML to plain text.
author Paper <paper@paper.us.eu.org>
date Thu, 18 Apr 2024 17:24:42 -0400
parents f31305b9f60a
children 9a88e1725fd2
line wrap: on
line diff
--- a/include/gui/pages/anime_list.h	Thu Apr 18 16:53:17 2024 -0400
+++ b/include/gui/pages/anime_list.h	Thu Apr 18 17:24:42 2024 -0400
@@ -25,6 +25,7 @@
 
 private:
 	AnimeListPage* page_ = nullptr;
+	std::mutex _queue_mutex;
 	std::queue<int> queue_;
 };