From 872b15e6af603d166f5a1df4c960fb69b2c7938b Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Wed, 30 Sep 2020 15:12:52 -0400 Subject: hopefully take care of some annoying bugs --- components/chatmessage.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'components/chatmessage.hpp') diff --git a/components/chatmessage.hpp b/components/chatmessage.hpp index f105354..73307d2 100644 --- a/components/chatmessage.hpp +++ b/components/chatmessage.hpp @@ -16,6 +16,8 @@ public: void UpdateImage(); protected: + bool EmitImageLoad(std::string url); + void AddClickHandler(Gtk::Widget *widget, std::string); Gtk::TextView *CreateTextComponent(const Message *data); // Message.Content Gtk::EventBox *CreateEmbedComponent(const Message *data); // Message.Embeds[0] -- cgit v1.2.3