From e62b707603ec00fc5192bf702b4bca0ed77501e6 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 26 Aug 2021 01:10:40 +0200 Subject: Add ctrl+b to bookmark manga --- include/Body.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Body.hpp') diff --git a/include/Body.hpp b/include/Body.hpp index 23439ec..e1e6fef 100644 --- a/include/Body.hpp +++ b/include/Body.hpp @@ -81,6 +81,7 @@ namespace QuickMedia { int find_item_index(std::function&)> callback); // Return true to remove the current item. // Returns true if the item was found. + // Note: only removes the first item found. bool erase_item(std::function&)> callback); std::shared_ptr get_item_by_index(size_t index); BodyItemList get_items(); -- cgit v1.2.3