aboutsummaryrefslogtreecommitdiff
path: root/plugins/ImageBoard.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-10-09 14:49:13 +0200
committerdec05eba <dec05eba@protonmail.com>2021-10-13 03:43:19 +0200
commit060db5c6cbd02e684a0c98c0f045da242b6ab218 (patch)
treef380f5eb398a3aa83f5c2c413c041137503c9589 /plugins/ImageBoard.hpp
parente2a510e8c94aae88aab6293659b1a0786c799bc2 (diff)
Add lbry, attempt to fix 4chan posting when captcha is no-op
Diffstat (limited to 'plugins/ImageBoard.hpp')
-rw-r--r--plugins/ImageBoard.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/ImageBoard.hpp b/plugins/ImageBoard.hpp
index 5b299b3..7914ef1 100644
--- a/plugins/ImageBoard.hpp
+++ b/plugins/ImageBoard.hpp
@@ -29,6 +29,8 @@ namespace QuickMedia {
const char* get_title() const override { return ""; }
PageTypez get_type() const override { return PageTypez::IMAGE_BOARD_THREAD; }
+ void copy_to_clipboard(const BodyItem *body_item) const override;
+
bool autoplay_next_item() override { return true; }
std::unique_ptr<RelatedVideosPage> create_related_videos_page(Program *program) override;
std::unique_ptr<Page> create_channels_page(Program*, const std::string&) override {