diff options
Diffstat (limited to 'src/components/chatwindow.hpp')
-rw-r--r-- | src/components/chatwindow.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/chatwindow.hpp b/src/components/chatwindow.hpp index ecbf666..917456b 100644 --- a/src/components/chatwindow.hpp +++ b/src/components/chatwindow.hpp @@ -35,6 +35,7 @@ public: Snowflake GetOldestListedMessage(); // oldest message that is currently in the ListBox void UpdateReactions(Snowflake id); void SetTopic(const std::string &text); + void AddAttachment(const Glib::RefPtr<Gio::File> &file); #ifdef WITH_LIBHANDY void OpenNewTab(Snowflake id); |