aboutsummaryrefslogtreecommitdiff
path: root/plugins/Page.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-10-23 08:39:15 +0200
committerdec05eba <dec05eba@protonmail.com>2020-10-23 09:11:51 +0200
commit96c9ed391270347c4c7036179fd2815f679ca7cf (patch)
tree8dac4bd431bf57a3391d0aeb802aa34704043b4b /plugins/Page.hpp
parent8f73d303b96d35ccec9856fc0043a74c8800536b (diff)
Kill program on read failure or callback returning non-0 value, fix potential crash
Diffstat (limited to 'plugins/Page.hpp')
-rw-r--r--plugins/Page.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Page.hpp b/plugins/Page.hpp
index d8f1d05..2e85cad 100644
--- a/plugins/Page.hpp
+++ b/plugins/Page.hpp
@@ -35,7 +35,6 @@ namespace QuickMedia {
// Mutually exclusive with |is_manga_images_page|, |is_image_board_thread_page| and |is_video_page|
virtual bool is_single_page() const { return false; }
virtual bool is_trackable() const { return false; }
- // Mutually exclusive with |is_manga_images_page|, |is_image_board_thread_page| and |is_video_page|
virtual bool is_lazy_fetch_page() const { return false; }
// This is called both when first navigating to page and when going back to page